You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lb...@apache.org on 2016/10/06 18:26:16 UTC

incubator-toree git commit: [TOREE-347] Add explicit guava dependency

Repository: incubator-toree
Updated Branches:
  refs/heads/0.1.x 3afb5eab3 -> f68ffdcdb


[TOREE-347] Add explicit guava dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/f68ffdcd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/f68ffdcd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/f68ffdcd

Branch: refs/heads/0.1.x
Commit: f68ffdcdb8da4b2206af0b441f77c159b8866599
Parents: 3afb5ea
Author: Gino Bustelo <lb...@apache.org>
Authored: Thu Oct 6 13:26:04 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Thu Oct 6 13:26:04 2016 -0500

----------------------------------------------------------------------
 kernel/build.sbt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/f68ffdcd/kernel/build.sbt
----------------------------------------------------------------------
diff --git a/kernel/build.sbt b/kernel/build.sbt
index 4ca4194..cc22ba5 100644
--- a/kernel/build.sbt
+++ b/kernel/build.sbt
@@ -18,6 +18,8 @@
 //
 // TEST DEPENDENCIES
 //
-libraryDependencies +=
-  "org.spark-project.akka" %% "akka-testkit" % "2.3.4-spark" % "test" // MIT
+libraryDependencies ++=
+  Seq("org.spark-project.akka" %% "akka-testkit" % "2.3.4-spark" % "test", // MIT
+    "com.google.guava"  % "guava" % "19.0")
+