[exo-jcr-commits] exo-jcr SVN: r1088 - jcr/branches/1.12.0-JBC.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 16 04:33:10 EST 2009


Author: skabashnyuk
Date: 2009-12-16 04:33:10 -0500 (Wed, 16 Dec 2009)
New Revision: 1088

Modified:
   jcr/branches/1.12.0-JBC/pom.xml
Log:
EXOJCR-320 :  Upgrade version of common-pool to 1.5.4


Modified: jcr/branches/1.12.0-JBC/pom.xml
===================================================================
--- jcr/branches/1.12.0-JBC/pom.xml	2009-12-16 09:32:36 UTC (rev 1087)
+++ jcr/branches/1.12.0-JBC/pom.xml	2009-12-16 09:33:10 UTC (rev 1088)
@@ -287,10 +287,22 @@
          <dependency>
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
-            <version>1.2.2</version>
-         </dependency>
+            <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>jotm</groupId>
             <artifactId>jotm</artifactId>
             <version>2.0.10</version>
@@ -398,6 +410,11 @@
            <artifactId>jbosscache-core</artifactId>
            <version>3.2.0.GA</version>
          </dependency>
+         <dependency>
+           <groupId>org.jboss.cache</groupId>
+           <artifactId>jbosscache-searchable</artifactId>
+           <version>1.0.0.GA</version>
+         </dependency>
       
       </dependencies>
    </dependencyManagement>



More information about the exo-jcr-commits mailing list