From 78b4f22095c27648b7765c2a0a8e6c235f0196e6 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 1 Jun 2015 16:49:39 +0000 Subject: [PATCH] upgrade to Spark 1.3.1 seems smooth, but a couple old jackson deps needed excluding fixes #665 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8232778a04..086470fade 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 1.7 1.7.6 - 1.2.0 + 1.3.1 1.6.0rc4 2.2.0 @@ -473,6 +473,16 @@ aws-java-sdk 1.7.5 provided + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + org.apache.httpcomponents