[exo-jcr-commits] exo-jcr SVN: r1244 - jcr/branches/1.12.0-JBCCACHE.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 29 11:23:17 EST 2009


Author: skabashnyuk
Date: 2009-12-29 11:23:17 -0500 (Tue, 29 Dec 2009)
New Revision: 1244

Modified:
   jcr/branches/1.12.0-JBCCACHE/pom.xml
Log:
EXOJCR-356: update commons-pool

Modified: jcr/branches/1.12.0-JBCCACHE/pom.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/pom.xml	2009-12-29 16:07:55 UTC (rev 1243)
+++ jcr/branches/1.12.0-JBCCACHE/pom.xml	2009-12-29 16:23:17 UTC (rev 1244)
@@ -299,10 +299,21 @@
             <artifactId>sjsxp</artifactId>
             <version>1.0</version>
          </dependency>   
-         <dependency>
-            <groupId>commons-dbcp</groupId>
-            <artifactId>commons-dbcp</artifactId>
-            <version>1.2.2</version>
+         <dependency>
+            <groupId>commons-dbcp</groupId>
+            <artifactId>commons-dbcp</artifactId>
+            <version>1.2.2</version>
+            <exclusions>
+               <exclusion>
+                  <groupId>commons-pool</groupId>
+                  <artifactId>commons-pool</artifactId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+         <dependency>
+            <groupId>commons-pool</groupId>
+            <artifactId>commons-pool</artifactId>
+            <version>1.5.4</version>
          </dependency>
          <dependency>
             <groupId>concurrent</groupId>



More information about the exo-jcr-commits mailing list