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