You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2017/02/19 09:37:05 UTC

[09/14] incubator-toree git commit: Removed unused dependency

Removed unused 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/16a27b01
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/16a27b01
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/16a27b01

Branch: refs/heads/sandbox
Commit: 16a27b0101f692607eb4060e6c468bb5b8bf8271
Parents: b36fa46
Author: Marius van Niekerk <ma...@gmail.com>
Authored: Tue Sep 27 11:06:31 2016 -0400
Committer: Chip Senkbeil <ch...@gmail.com>
Committed: Fri Jan 20 11:05:56 2017 -0600

----------------------------------------------------------------------
 protocol/build.sbt | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/16a27b01/protocol/build.sbt
----------------------------------------------------------------------
diff --git a/protocol/build.sbt b/protocol/build.sbt
index f82b465..097eccd 100644
--- a/protocol/build.sbt
+++ b/protocol/build.sbt
@@ -28,6 +28,3 @@ libraryDependencies ++= Seq(
 //
 // TEST DEPENDENCIES
 //
-libraryDependencies ++= Seq(
-  "org.scalactic" %% "scalactic" % "2.2.6" % "test" // Apache v2
-)