You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/10/27 21:54:59 UTC

svn commit: r1189975 - /archiva/trunk/archiva-jetty/pom.xml

Author: olamy
Date: Thu Oct 27 19:54:59 2011
New Revision: 1189975

URL: http://svn.apache.org/viewvc?rev=1189975&view=rev
Log:
upgrade commons-dbcp and commons-pool

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1189975&r1=1189974&r2=1189975&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Thu Oct 27 19:54:59 2011
@@ -120,7 +120,14 @@
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.2.1</version>
+      <version>1.4</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>1.5.6</version>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
   <build>