Repository: mahout Updated Branches: refs/heads/master 6cf991c60 -> 205896fde
MAHOUT-1590 Spark expects guava 14.0.1 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/205896fd Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/205896fd Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/205896fd Branch: refs/heads/master Commit: 205896fde04baa774f77703c5867f09b20895e6b Parents: 6cf991c Author: Stevo Slavic <[email protected]> Authored: Sun Mar 29 22:41:40 2015 +0200 Committer: Stevo Slavic <[email protected]> Committed: Sun Mar 29 22:41:40 2015 +0200 ---------------------------------------------------------------------- spark-shell/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/205896fd/spark-shell/pom.xml ---------------------------------------------------------------------- diff --git a/spark-shell/pom.xml b/spark-shell/pom.xml index 3297152..21cd5d1 100644 --- a/spark-shell/pom.xml +++ b/spark-shell/pom.xml @@ -120,6 +120,11 @@ <!-- 3rd-party --> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>14.0.1</version> + </dependency> <!-- Spark stuff --> <dependency>
