From 0adbe2a135a0f2a1d2387dc432f3be343c443c1f Mon Sep 17 00:00:00 2001 From: Eunseon Song Date: Thu, 20 Nov 2014 16:06:23 +0900 Subject: [PATCH] add jackson-core-asl 1.8.8 dependency When I use jackson lib on spark app. to parse json string, jackson-mapper-asl 1.8.8 conflicts with jackson-core-asl (1.9.x) jackson-mapper-asl 1.8.8 dependency doesn't affect jackson-core-asl version. So, I add jackson-core-asl 1.8.8 dependency to match the version of jackson-mapper-asl. My app. is working well after fix it. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6c1c1214a7d3..b9cb1d9dad27 100644 --- a/pom.xml +++ b/pom.xml @@ -860,6 +860,11 @@ jackson-mapper-asl 1.8.8 + + org.codehaus.jackson + jackson-core-asl + 1.8.8 +