aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
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 /core/pom.xml
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 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml
index dfadd22d42..73426a9ec5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -91,10 +91,6 @@
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
- <groupId>net.liftweb</groupId>
- <artifactId>lift-json_2.9.2</artifactId>
- </dependency>
- <dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
</dependency>