From 82624e2cf747688e7208bd535e29522dce3c7194 Mon Sep 17 00:00:00 2001 From: Anand Avati <avati@redhat.com> Date: Tue, 5 Aug 2014 21:59:10 -0700 Subject: [PATCH] [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 --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab