You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2015/03/26 13:40:13 UTC

mahout git commit: MAHOUT-1590 Spark expects guava 14.0.1

Repository: mahout
Updated Branches:
  refs/heads/master b58df10f4 -> 9f4abbd96


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/9f4abbd9
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9f4abbd9
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9f4abbd9

Branch: refs/heads/master
Commit: 9f4abbd96bc03ec5b76ed6a67a661904051cea50
Parents: b58df10
Author: Stevo Slavic <ss...@gmail.com>
Authored: Thu Mar 26 13:39:56 2015 +0100
Committer: Stevo Slavic <ss...@gmail.com>
Committed: Thu Mar 26 13:39:56 2015 +0100

----------------------------------------------------------------------
 spark/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/9f4abbd9/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index c7069b6..2af2cc8 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -318,6 +318,11 @@
     </dependency>
 
     <!--  3rd-party -->
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>14.0.1</version>
+    </dependency>
 
     <!-- scala stuff -->
     <dependency>