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 --- common/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'common') diff --git a/common/pom.xml b/common/pom.xml index a3084e8174..285cd5613d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,21 +19,6 @@ javax.servlet-api 3.1.0 - - com.fasterxml.jackson.core - jackson-databind - 2.8.7 - - - com.fasterxml.jackson.core - jackson-annotations - 2.8.7 - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - 2.4.0 - org.springframework spring-aspects -- cgit 1.2.3-korg