[exo-jcr-commits] exo-jcr SVN: r410 - in jcr/branches/1.12.0-JBC: component/core and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 26 12:48:47 EDT 2009


Author: pnedonosko
Date: 2009-10-26 12:48:47 -0400 (Mon, 26 Oct 2009)
New Revision: 410

Modified:
   jcr/branches/1.12.0-JBC/component/core/pom.xml
   jcr/branches/1.12.0-JBC/pom.xml
Log:
EXOJCR-207: upgrade to DBCP 1.2.2 (was 1.2.1)

Modified: jcr/branches/1.12.0-JBC/component/core/pom.xml
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/pom.xml	2009-10-26 16:48:26 UTC (rev 409)
+++ jcr/branches/1.12.0-JBC/component/core/pom.xml	2009-10-26 16:48:47 UTC (rev 410)
@@ -117,12 +117,6 @@
       <dependency>
          <groupId>commons-dbcp</groupId>
          <artifactId>commons-dbcp</artifactId>
-         <exclusions>
-            <exclusion>
-               <groupId>xerces</groupId>
-               <artifactId>xercesImpl</artifactId>
-            </exclusion>
-         </exclusions>
       </dependency>
 
       <!-- JOTM comes from exo.kernel.component.common -->

Modified: jcr/branches/1.12.0-JBC/pom.xml
===================================================================
--- jcr/branches/1.12.0-JBC/pom.xml	2009-10-26 16:48:26 UTC (rev 409)
+++ jcr/branches/1.12.0-JBC/pom.xml	2009-10-26 16:48:47 UTC (rev 410)
@@ -287,7 +287,7 @@
          <dependency>
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.2</version>
          </dependency>
 
          <dependency>



More information about the exo-jcr-commits mailing list