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-common/pom.xml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'mso-api-handlers/mso-api-handler-common') diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index b1963f1f4c..78e8a44163 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -23,7 +23,6 @@ 0.9.9-RC1 2.5.2 1.0.3 - 1.9.2 1.8 @@ -72,18 +71,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 @@ -97,16 +84,6 @@ org.json json - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-providers - 2.9.2 - pom - org.springframework.boot spring-boot-starter-test -- cgit 1.2.3-korg