]> source.dussan.org Git - archiva.git/commitdiff
upgrade commons-dbcp and commons-pool
authorOlivier Lamy <olamy@apache.org>
Thu, 27 Oct 2011 19:54:59 +0000 (19:54 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 27 Oct 2011 19:54:59 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189975 13f79535-47bb-0310-9956-ffa450edef68

archiva-jetty/pom.xml

index 390dc3358b4902886d9edf3dd2d1849632e5ae59..b015ae69273bd0c75aac9ac6576e38f34b691241 100644 (file)
     <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>