[infinispan-commits] Infinispan SVN: r2498 - in branches/4.2.x: parent and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Oct 11 04:50:51 EDT 2010


Author: NadirX
Date: 2010-10-11 04:50:51 -0400 (Mon, 11 Oct 2010)
New Revision: 2498

Modified:
   branches/4.2.x/parent/pom.xml
   branches/4.2.x/pom.xml
Log:
Include CassandraCacheStore in build

Modified: branches/4.2.x/parent/pom.xml
===================================================================
--- branches/4.2.x/parent/pom.xml	2010-10-11 08:49:33 UTC (rev 2497)
+++ branches/4.2.x/parent/pom.xml	2010-10-11 08:50:51 UTC (rev 2498)
@@ -78,6 +78,7 @@
       <version.apacheds.jdbm>1.5.4</version.apacheds.jdbm>
       <version.bdbje>4.0.92</version.bdbje>
       <version.c3p0>0.9.1.2</version.c3p0>
+      <version.cassandra>0.6.5</version.cassandra>
       <version.com.intellij.forms_rt>6.0.5</version.com.intellij.forms_rt>
       <version.commons.compress>1.0</version.commons.compress>
       <version.commons.pool>1.5.4</version.commons.pool>

Modified: branches/4.2.x/pom.xml
===================================================================
--- branches/4.2.x/pom.xml	2010-10-11 08:49:33 UTC (rev 2497)
+++ branches/4.2.x/pom.xml	2010-10-11 08:50:51 UTC (rev 2498)
@@ -26,6 +26,7 @@
       <module>cachestore/jdbc</module>
       <module>cachestore/jdbm</module>
       <module>cachestore/bdbje</module>
+      <module>cachestore/cassandra</module>
       <module>cachestore/cloud</module>
       <module>cachestore/remote</module>
       <module>server</module>
@@ -296,4 +297,4 @@
       </profile>
 
    </profiles>
-</project>
\ No newline at end of file
+</project>



More information about the infinispan-commits mailing list