You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ro...@apache.org on 2012/06/06 16:32:48 UTC

svn commit: r1346915 - in /mahout/trunk: integration/pom.xml pom.xml

Author: robinanil
Date: Wed Jun  6 14:32:48 2012
New Revision: 1346915

URL: http://svn.apache.org/viewvc?rev=1346915&view=rev
Log:
Moving mongodb, cassandra and hector dependency. Really??? to integration

Modified:
    mahout/trunk/integration/pom.xml
    mahout/trunk/pom.xml

Modified: mahout/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1346915&r1=1346914&r2=1346915&view=diff
==============================================================================
--- mahout/trunk/integration/pom.xml (original)
+++ mahout/trunk/integration/pom.xml Wed Jun  6 14:32:48 2012
@@ -161,23 +161,27 @@
     <dependency>
       <groupId>org.mongodb</groupId>
       <artifactId>mongo-java-driver</artifactId>
+      <version>2.5</version>
     </dependency>
 
     <dependency>
       <groupId>org.mongodb</groupId>
       <artifactId>bson</artifactId>
+      <version>2.5</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-all</artifactId>
+      <version>0.8.1</version>
     </dependency>
 
     <dependency>
       <groupId>me.prettyprint</groupId>
       <artifactId>hector-core</artifactId>
+      <version>0.8.0-2</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1346915&r1=1346914&r2=1346915&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed Jun  6 14:32:48 2012
@@ -99,8 +99,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <hadoop.version>0.20.204.0</hadoop.version>
     <lucene.version>3.6.0</lucene.version>
-    <mongodb.version>2.5</mongodb.version>
-    <cassandra.version>0.8.1</cassandra.version>
   </properties>
   <issueManagement>
     <system>Jira</system>
@@ -438,31 +436,6 @@
         <version>2.5</version>
         <scope>provided</scope>
       </dependency>
-
-    <dependency>
-      <groupId>org.mongodb</groupId>
-      <artifactId>mongo-java-driver</artifactId>
-      <version>${mongodb.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.mongodb</groupId>
-      <artifactId>bson</artifactId>
-      <version>${mongodb.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.cassandra</groupId>
-      <artifactId>cassandra-all</artifactId>
-      <version>${cassandra.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>me.prettyprint</groupId>
-      <artifactId>hector-core</artifactId>
-      <version>0.8.0-2</version>
-    </dependency>
-
     </dependencies>
   </dependencyManagement>
   <build>