From d41bd50a6ef5ddc14dd0502fd9cd36dff09e9e6c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Tue, 19 Sep 2017 09:19:42 +0200 Subject: [PATCH] WW-4859 WW-4860 Upgrades jackson and json-lib jars --- plugins/rest/pom.xml | 5 ----- pom.xml | 13 ++++++++++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index caa680896..f85b4962a 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -34,7 +34,6 @@ jar - 2.6.1 UTF-8 @@ -52,14 +51,10 @@ com.fasterxml.jackson.core jackson-core - ${jackson.version} - compile com.fasterxml.jackson.core jackson-databind - ${jackson.version} - compile diff --git a/pom.xml b/pom.xml index 5af929e3e..3a83b32cc 100644 --- a/pom.xml +++ b/pom.xml @@ -919,7 +919,18 @@ net.sf.json-lib json-lib jdk15 - 2.3 + 2.4 + + + + com.fasterxml.jackson.core + jackson-core + 2.8.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.2