Repository: mahout
Updated Branches:
  refs/heads/master 205896fde -> 089275713


MAHOUT-1563: Scala binary version classifier is now in h2o module artifact id, 
since it's a Scala module


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

Branch: refs/heads/master
Commit: 089275713f5f49499d939569fd9929f2f50ce1f3
Parents: 205896f
Author: Stevo Slavic <[email protected]>
Authored: Sun Mar 29 23:11:40 2015 +0200
Committer: Stevo Slavic <[email protected]>
Committed: Sun Mar 29 23:11:40 2015 +0200

----------------------------------------------------------------------
 h2o/pom.xml |  2 +-
 pom.xml     | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/08927571/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/h2o/pom.xml b/h2o/pom.xml
index be76185..9dc4e62 100644
--- a/h2o/pom.xml
+++ b/h2o/pom.xml
@@ -28,7 +28,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <artifactId>mahout-h2o</artifactId>
+  <artifactId>mahout-h2o_2.10</artifactId>
   <name>Mahout H2O backend</name>
   <description>
     H2O Backend for Mahout DSL

http://git-wip-us.apache.org/repos/asf/mahout/blob/08927571/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 47b080a..a9c81a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,9 +199,9 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
+        <artifactId>mahout-math-scala_${scala.compat.version}</artifactId>
         <groupId>${project.groupId}</groupId>
         <version>${project.version}</version>
-        <artifactId>mahout-math-scala_${scala.compat.version}</artifactId>
         <classifier>tests</classifier>
       </dependency>
 
@@ -211,6 +211,18 @@
         <version>${project.version}</version>
       </dependency>
 
+      <dependency>
+        <artifactId>mahout-spark-shell_${scala.compat.version}</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>mahout-h2o_${scala.compat.version}</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
       <!-- 3rd party  -->
       <dependency>
         <groupId>org.apache.hadoop</groupId>

Reply via email to