aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2014-08-05 21:59:10 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-05 21:59:10 -0700
commit82624e2cf747688e7208bd535e29522dce3c7194 (patch)
treef4ce4d579a594f4e6cc3691accbda9bc0edd52e7 /core/pom.xml
parent1d70c4f66d3c688bd6750b344dff422d1c88cc22 (diff)
downloadspark-82624e2cf747688e7208bd535e29522dce3c7194.tar.gz
spark-82624e2cf747688e7208bd535e29522dce3c7194.tar.bz2
spark-82624e2cf747688e7208bd535e29522dce3c7194.zip
[SPARK-2806] core - upgrade to json4s-jackson 3.2.10
Scala 2.11 packages not available for the current version (3.2.6) Signed-off-by: Anand Avati <avatiredhat.com> Author: Anand Avati <avati@redhat.com> Closes #1702 from avati/SPARK-1812-json4s-jackson-3.2.10 and squashes the following commits: 7be8324 [Anand Avati] SPARK-1812: core - upgrade to json4s 3.2.10
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 7c60cf10c3..6d8be37037 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
- <version>3.2.6</version>
+ <version>3.2.10</version>
</dependency>
<dependency>
<groupId>colt</groupId>