This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch build-cleanup
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/build-cleanup by this push:
     new 9fc20c8  - Moved the mahout-spark-cli-drivers module to the community 
profile
9fc20c8 is described below

commit 9fc20c8d8f138af7dad56630b3bd3674e995174a
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jun 26 08:26:53 2020 +0200

    - Moved the mahout-spark-cli-drivers module to the community profile
---
 distribution/pom.xml | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 68acfc6..ec5ada4 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -88,17 +88,6 @@
       <!-- This needs the scala_2.11 addition -->
       <classifier>dependency-reduced</classifier>
     </dependency>
-
-    <!--
-        Community Artifacts
-    -->
-
-    <dependency>
-      <groupId>org.apache.mahout</groupId>
-      <artifactId>mahout-spark-cli-drivers</artifactId>
-      <version>14.1-SNAPSHOT</version>
-      <classifier>scala_${scala.compat.version}</classifier>
-    </dependency>
   </dependencies>
 
   <profiles>
@@ -106,6 +95,16 @@
     <profile>
       <id>with-community-modules</id>
       <dependencies>
+        <!--
+          Community Artifacts
+        -->
+        <dependency>
+          <groupId>org.apache.mahout</groupId>
+          <artifactId>mahout-spark-cli-drivers</artifactId>
+          <version>14.1-SNAPSHOT</version>
+          <classifier>scala_${scala.compat.version}</classifier>
+        </dependency>
+
         <!-- Community Engines -->
         <dependency>
           <groupId>org.apache.mahout</groupId>
@@ -121,7 +120,6 @@
         </dependency>
 
         <!-- Mahout  MR -->
-
         <dependency>
           <groupId>org.apache.mahout</groupId>
           <artifactId>mahout-integration</artifactId>

Reply via email to