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:09 UTC

[13/14] incubator-toree git commit: Update Play JSON to version 2.5.9

Update Play JSON to version 2.5.9


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

Branch: refs/heads/sandbox
Commit: ef0f7802902929c1c4f3e46f2b7bd2203d00be87
Parents: 5992441
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Jan 27 14:04:46 2017 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri Feb 10 13:03:13 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/ef0f7802/kernel/build.sbt
----------------------------------------------------------------------
diff --git a/kernel/build.sbt b/kernel/build.sbt
index 0965dce..52ba9cf 100644
--- a/kernel/build.sbt
+++ b/kernel/build.sbt
@@ -18,6 +18,10 @@
 //
 // TEST DEPENDENCIES
 //
+
+libraryDependencies +=
+  "com.typesafe.play" %% "play-json" % "2.5.9"
+
 libraryDependencies +=
   "com.typesafe.akka" %% "akka-testkit" % "2.4.8" % "test" // MIT
 

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/ef0f7802/protocol/build.sbt
----------------------------------------------------------------------
diff --git a/protocol/build.sbt b/protocol/build.sbt
index 097eccd..541e459 100644
--- a/protocol/build.sbt
+++ b/protocol/build.sbt
@@ -19,8 +19,8 @@
 // JSON DEPENDENCIES
 //
 libraryDependencies ++= Seq(
-  "com.typesafe.play" %% "play-json" % "2.3.10" excludeAll( // Apache v2
-      ExclusionRule(organization = "com.fasterxml.jackson.core")
+  "com.typesafe.play" %% "play-json" % "2.5.9" excludeAll( // Apache v2
+      //ExclusionRule(organization = "com.fasterxml.jackson.core")
     ),
   "org.slf4j" % "slf4j-api" % "1.7.21" // MIT
 )