You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2015/04/10 07:22:05 UTC

mahout git commit: Added missing modules as dependencies for release

Repository: mahout
Updated Branches:
  refs/heads/master 94cb88cad -> 8f46ac3e7


Added missing modules as dependencies for release


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/8f46ac3e
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/8f46ac3e
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/8f46ac3e

Branch: refs/heads/master
Commit: 8f46ac3e7d664219e8a3cf1e7a2cbf833aec7f47
Parents: 94cb88c
Author: Suneel Marthi <su...@gmail.com>
Authored: Fri Apr 10 01:23:58 2015 -0400
Committer: Suneel Marthi <su...@gmail.com>
Committed: Fri Apr 10 01:23:58 2015 -0400

----------------------------------------------------------------------
 distribution/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/8f46ac3e/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 91e7c92..3582d03 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -101,5 +101,21 @@
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-examples</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.mahout</groupId>
+      <artifactId>mahout-h2o_2.10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mahout</groupId>
+      <artifactId>mahout-spark_2.10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mahout</groupId>
+      <artifactId>mahout-spark-shell_2.10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mahout</groupId>
+      <artifactId>mahout-math-scala_2.10</artifactId>
+    </dependency>
   </dependencies>
 </project>