From 592fc455639462fcf00ec02860d7c33470b73273 Mon Sep 17 00:00:00 2001 From: Lining Sun Date: Thu, 5 May 2016 10:47:39 +0100 Subject: [SPARK-15123] upgrade org.json4s to 3.2.11 version ## What changes were proposed in this pull request? We had the issue when using snowplow in our Spark applications. Snowplow requires json4s version 3.2.11 while Spark still use a few years old version 3.2.10. The change is to upgrade json4s jar to 3.2.11. ## How was this patch tested? We built Spark jar and successfully ran our applications in local and cluster modes. Author: Lining Sun Closes #12901 from liningalex/master. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1dce91b7df..f33b2abae5 100644 --- a/pom.xml +++ b/pom.xml @@ -619,7 +619,7 @@ org.json4s json4s-jackson_${scala.binary.version} - 3.2.10 + 3.2.11 com.sun.jersey -- cgit v1.2.3