Author: [email protected]
Date: Tue Feb 21 08:26:20 2012
New Revision: 2105

Log:
[AMDATUCASSANDRA-161] Replaced cassandra tenant store with in-mem tenant store

Modified:
   trunk/amdatu-cassandra/release-demo/pom.xml

Modified: trunk/amdatu-cassandra/release-demo/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/release-demo/pom.xml (original)
+++ trunk/amdatu-cassandra/release-demo/pom.xml Tue Feb 21 08:26:20 2012
@@ -115,6 +115,13 @@
       <scope>runtime</scope>
       <type>bundle</type>
     </dependency>
+     <dependency>
+      <groupId>org.amdatu.core</groupId>
+      <artifactId>org.amdatu.core.tenantstore.inmem</artifactId>
+      <version>${org.amdatu.core.version}</version>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
       <artifactId>org.amdatu.core.tenantuseradmindecorator</artifactId>
@@ -333,12 +340,6 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.cassandra</groupId>
-      <artifactId>org.amdatu.cassandra.store.tenant</artifactId>
-      <type>bundle</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.amdatu.cassandra</groupId>
       <artifactId>org.amdatu.cassandra.store.token</artifactId>
       <type>bundle</type>
       <scope>compile</scope>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to