Repository: mahout Updated Branches: refs/heads/master 0db81f693 -> f344f642b
NoJira: fix the scala variable in the flink pom Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/f344f642 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f344f642 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f344f642 Branch: refs/heads/master Commit: f344f642b2f195e2e83ffe84eacfd8e7851bd2cc Parents: 0db81f6 Author: smarthi <[email protected]> Authored: Thu Apr 14 17:38:13 2016 -0400 Committer: smarthi <[email protected]> Committed: Thu Apr 14 17:38:13 2016 -0400 ---------------------------------------------------------------------- flink/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/f344f642/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index a4db2eb..1f3fc6f 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -139,12 +139,12 @@ </dependency> <dependency> <groupId>org.apache.flink</groupId> - <artifactId>flink-test-utils_2.10</artifactId> + <artifactId>flink-test-utils_${scala.compat.version}</artifactId> <version>${flink.version}</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> - <artifactId>flink-tests_2.10</artifactId> + <artifactId>flink-tests_${scala.compat.version}</artifactId> <version>${flink.version}</version> </dependency>
