aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
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 /core/pom.xml
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 'core/pom.xml')
-rw-r--r--core/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml
index f209704f31..ebc178a105 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -130,8 +130,9 @@
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
- <groupId>net.liftweb</groupId>
- <artifactId>lift-json_${scala.binary.version}</artifactId>
+ <groupId>org.json4s</groupId>
+ <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
+ <version>3.2.6</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>