throwing poo at the wall
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/aedb0243 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/aedb0243 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/aedb0243 Branch: refs/heads/master Commit: aedb0243715058c5e32a7026b7350e221b3fc788 Parents: cbdec6e Author: Trevor Grant <[email protected]> Authored: Tue Aug 1 11:54:30 2017 -0500 Committer: Trevor Grant <[email protected]> Committed: Tue Aug 1 11:54:30 2017 -0500 ---------------------------------------------------------------------- distribution/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/aedb0243/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 9aa1d26..29434a0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -181,8 +181,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> @@ -221,8 +220,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>
