aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorWilliam Benton <willb@redhat.com>2014-02-26 10:09:50 -0800
committerAaron Davidson <aaron@databricks.com>2014-02-26 10:09:50 -0800
commitfbedc8eff2573b31320ad1b11a1826a2e530c16c (patch)
tree6df1eb420790f6969675099386911173733bdd14 /project
parentb8a1871953058c67b49b7f8455cbb417d5b50ab6 (diff)
downloadspark-fbedc8eff2573b31320ad1b11a1826a2e530c16c.tar.gz
spark-fbedc8eff2573b31320ad1b11a1826a2e530c16c.tar.bz2
spark-fbedc8eff2573b31320ad1b11a1826a2e530c16c.zip
SPARK-1078: Replace lift-json with json4s-jackson.
The aim of the Json4s project is to provide a common API for Scala JSON libraries. It is Apache-licensed, easier for downstream distributions to package, and mostly API-compatible with lift-json. Furthermore, the Jackson-backed implementation parses faster than lift-json on all but the smallest inputs. Author: William Benton <willb@redhat.com> Closes #582 from willb/json4s and squashes the following commits: 7ca62c4 [William Benton] Replace lift-json with json4s-jackson.
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 220894affb..7d157160d1 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -268,7 +268,7 @@ object SparkBuild extends Build {
"org.spark-project.akka" %% "akka-remote" % "2.2.3-shaded-protobuf" excludeAll(excludeNetty),
"org.spark-project.akka" %% "akka-slf4j" % "2.2.3-shaded-protobuf" excludeAll(excludeNetty),
"org.spark-project.akka" %% "akka-testkit" % "2.2.3-shaded-protobuf" % "test",
- "net.liftweb" %% "lift-json" % "2.5.1" excludeAll(excludeNetty),
+ "org.json4s" %% "json4s-jackson" % "3.2.6",
"it.unimi.dsi" % "fastutil" % "6.4.4",
"colt" % "colt" % "1.2.0",
"org.apache.mesos" % "mesos" % "0.13.0",