[exo-jcr-commits] exo-jcr SVN: r2771 - in jcr/branches/1.14-ISPN: exo.jcr.component.core and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 13 03:30:40 EDT 2010


Author: nzamosenchuk
Date: 2010-07-13 03:30:40 -0400 (Tue, 13 Jul 2010)
New Revision: 2771

Modified:
   jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
   jcr/branches/1.14-ISPN/pom.xml
Log:
EXOJCR-829: adding dependency for Infinispan 4.1.CR1

Modified: jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml	2010-07-12 13:37:10 UTC (rev 2770)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml	2010-07-13 07:30:40 UTC (rev 2771)
@@ -206,6 +206,11 @@
          <groupId>org.jboss.cache</groupId>
          <artifactId>jbosscache-core</artifactId>
       </dependency>
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-core</artifactId>
+      </dependency>
+
       <dependency>
          <groupId>org.apache.jackrabbit</groupId>
          <artifactId>jackrabbit-jcr-tests</artifactId>

Modified: jcr/branches/1.14-ISPN/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/pom.xml	2010-07-12 13:37:10 UTC (rev 2770)
+++ jcr/branches/1.14-ISPN/pom.xml	2010-07-13 07:30:40 UTC (rev 2771)
@@ -391,6 +391,11 @@
         <artifactId>aspectjrt</artifactId>
         <version>1.6.8</version>
       </dependency>      
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-core</artifactId>
+        <version>4.1.0.CR1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>



More information about the exo-jcr-commits mailing list