aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 7e6d38df9f..1811c62b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,11 +255,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.liftweb</groupId>
- <artifactId>lift-json_2.9.2</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.0.0</version>