Author: chirino
Date: Thu Dec 16 21:32:58 2010
New Revision: 1050171
URL: http://svn.apache.org/viewvc?rev=1050171&view=rev
Log:
Disable the cassandra module for now.
Modified:
activemq/activemq-apollo/trunk/apollo-cli/pom.xml
activemq/activemq-apollo/trunk/apollo-distro/pom.xml
activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
activemq/activemq-apollo/trunk/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1050171&r1=1050170&r2=1050171&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu Dec 16 21:32:58 2010
@@ -97,12 +97,12 @@
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>apollo-cassandra</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>org.apache.activemq</groupId>-->
+ <!--<artifactId>apollo-cassandra</artifactId>-->
+ <!--<version>1.0-SNAPSHOT</version>-->
+ <!--<scope>test</scope>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1050171&r1=1050170&r2=1050171&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Dec 16 21:32:58
2010
@@ -45,11 +45,11 @@
<artifactId>apollo-bdb</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>apollo-cassandra</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>org.apache.activemq</groupId>-->
+ <!--<artifactId>apollo-cassandra</artifactId>-->
+ <!--<version>1.0-SNAPSHOT</version>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1050171&r1=1050170&r2=1050171&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu Dec 16 21:32:58 2010
@@ -82,12 +82,12 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>apollo-cassandra</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>org.apache.activemq</groupId>-->
+ <!--<artifactId>apollo-cassandra</artifactId>-->
+ <!--<version>1.0-SNAPSHOT</version>-->
+ <!--<scope>test</scope>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-hawtdb</artifactId>
Modified: activemq/activemq-apollo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1050171&r1=1050170&r2=1050171&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Dec 16 21:32:58 2010
@@ -151,7 +151,7 @@
<module>apollo-util</module>
<module>apollo-transport</module>
<module>apollo-store</module>
- <module>apollo-cassandra</module>
+ <!-- <module>apollo-cassandra</module> -->
<module>apollo-broker</module>
<module>apollo-selector</module>
<module>apollo-tcp</module>