aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorReynold Xin <reynoldx@gmail.com>2013-08-15 18:23:01 -0700
committerReynold Xin <reynoldx@gmail.com>2013-08-15 18:23:01 -0700
commitc961c19b7b4077a6308d4564e4d182933bc38b6d (patch)
treec793a6f7923dd31949a94d36861e0d6dbedb0802 /project
parenteddbf43b548897dc9602635f5f02145ad288e6ec (diff)
downloadspark-c961c19b7b4077a6308d4564e4d182933bc38b6d.tar.gz
spark-c961c19b7b4077a6308d4564e4d182933bc38b6d.tar.bz2
spark-c961c19b7b4077a6308d4564e4d182933bc38b6d.zip
Use the JSON formatter from Scala library and removed dependency on lift-json.
It made the JSON creation slightly more complicated, but reduces one external dependency. The scala library also properly escape "/" (which lift-json doesn't).
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index f6519c8287..852f40d3fd 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -180,7 +180,6 @@ object SparkBuild extends Build {
"com.typesafe.akka" % "akka-slf4j" % "2.0.5" excludeAll(excludeNetty),
"it.unimi.dsi" % "fastutil" % "6.4.4",
"colt" % "colt" % "1.2.0",
- "net.liftweb" % "lift-json_2.9.2" % "2.5",
"org.apache.mesos" % "mesos" % "0.12.1",
"io.netty" % "netty-all" % "4.0.0.Beta2",
"org.apache.derby" % "derby" % "10.4.2.0" % "test",