You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/04/30 13:10:02 UTC

svn commit: r652327 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: ebourg
Date: Wed Apr 30 04:10:02 2008
New Revision: 652327

URL: http://svn.apache.org/viewvc?rev=652327&view=rev
Log:
Removed the direct dependency on commons-pool since it's a transitive dependency from DBCP
Updated the version of HSQLDB

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=652327&r1=652326&r2=652327&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Wed Apr 30 04:10:02 2008
@@ -245,16 +245,9 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-pool</groupId>
-      <artifactId>commons-pool</artifactId>
-      <version>1.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.2.2</version>
+      <version>1.8.0.7</version>
       <scope>test</scope>
     </dependency>