distribution was looking for jar named with classifier
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/cbdec6e0 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/cbdec6e0 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/cbdec6e0 Branch: refs/heads/master Commit: cbdec6e059a07f2f33a3e67a5f3ce1febf963651 Parents: 2670242 Author: rawkintrevo <[email protected]> Authored: Tue Aug 1 09:49:02 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Tue Aug 1 09:49:02 2017 -0500 ---------------------------------------------------------------------- distribution/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/cbdec6e0/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index bbf6fa0..9aa1d26 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -137,8 +137,7 @@ </dependency> <dependency> <groupId>org.apache.mahout</groupId> - <artifactId>mahout-spark_${scala.compat.version}</artifactId> - <classifier>spark_${spark.compat.version}</classifier> + <artifactId>mahout-spark_${spark.compat.version}_${scala.compat.version}</artifactId> <version>${project.version}</version> </dependency> <dependency>
