[exo-jcr-commits] exo-jcr SVN: r3572 - in jcr/trunk: exo.jcr.component.ext and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 26 08:26:11 EST 2010


Author: nzamosenchuk
Date: 2010-11-26 08:26:11 -0500 (Fri, 26 Nov 2010)
New Revision: 3572

Modified:
   jcr/trunk/exo.jcr.component.ext/pom.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-1054 : updating parent pom and ext's pom with new dependencies

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-11-26 13:07:26 UTC (rev 3571)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-11-26 13:26:11 UTC (rev 3572)
@@ -109,7 +109,7 @@
       <artifactId>commons-chain</artifactId>
     </dependency>
     <dependency>
-      <groupId>jgroups</groupId>
+      <groupId>org.jgroups</groupId>
       <artifactId>jgroups</artifactId>
     </dependency>
     <dependency>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-11-26 13:07:26 UTC (rev 3571)
+++ jcr/trunk/pom.xml	2010-11-26 13:26:11 UTC (rev 3572)
@@ -354,9 +354,9 @@
         <version>1.8.0.7</version>
       </dependency>
       <dependency>
-        <groupId>jgroups</groupId>
+        <groupId>org.jgroups</groupId>
         <artifactId>jgroups</artifactId>
-        <version>2.6.13.GA</version>
+        <version>2.10.0.GA</version>
       </dependency>
       <dependency>
         <groupId>commons-fileupload</groupId>
@@ -398,6 +398,16 @@
         <artifactId>aspectjrt</artifactId>
         <version>1.6.8</version>
       </dependency>      
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-core</artifactId>
+        <version>4.1.0.FINAL</version>
+      </dependency>
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-cachestore-jdbc</artifactId>
+        <version>4.1.0.FINAL</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>



More information about the exo-jcr-commits mailing list