From db566f414f36c36bcaddf9215a340fdfdc71d1b5 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 11 Sep 2018 22:29:08 -0400 Subject: NexusIQ issue: jackson-databind Upgrade to fasterxml.jackson 2.8.10. This is the latest version that seems to work with our code on springboot 1.5.13.RELEASE. Change-Id: I734f84c18e53218f111fb08c959a67ee0a2e6014 Issue-ID: SO-856 Signed-off-by: Rob Daugherty --- mso-api-handlers/mso-api-handler-infra/pom.xml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'mso-api-handlers/mso-api-handler-infra') diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 37941b83e0..49590d3460 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -23,7 +23,6 @@ 0.9.9-RC1 2.5.2 1.0.3 - 1.9.2 1.8 @@ -107,18 +106,6 @@ json4s-core_2.9.2 ${json4s-core-version} - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - javax.servlet servlet-api @@ -132,16 +119,6 @@ org.json json - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-providers - 2.9.2 - pom - @@ -324,4 +301,4 @@ jar - \ No newline at end of file + -- cgit 1.2.3-korg