Skip to content
Snippets Groups Projects
Commit 82624e2c authored by Anand Avati's avatar Anand Avati Committed by Patrick Wendell
Browse files

[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
parent 1d70c4f6
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<dependency> <dependency>
<groupId>org.json4s</groupId> <groupId>org.json4s</groupId>
<artifactId>json4s-jackson_${scala.binary.version}</artifactId> <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
<version>3.2.6</version> <version>3.2.10</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>colt</groupId> <groupId>colt</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment