From: Jim Hahn Date: Mon, 18 Feb 2019 18:30:00 +0000 (-0500) Subject: Remove jackson from policy-endpoints pom X-Git-Tag: 1.4.0~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d3fe4b67f181d79272b984f6f6b39b943bd53daf;p=policy%2Fcommon.git Remove jackson from policy-endpoints pom Removed most jackson dependencies from the policy-endpoints pom, leaving jackson-annotations. Moved jersey.version to top-level pom. Change-Id: I73c6fef79d104ef62c7632ad3e02bc52865351cd Issue-ID: POLICY-1531 Signed-off-by: Jim Hahn --- diff --git a/gson/pom.xml b/gson/pom.xml index 8f6272a9..d02ede1f 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -31,11 +31,6 @@ Common Utilities jar - - - 2.25.1 - - org.slf4j diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index c7bc8c4a..1d8ae53c 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -37,7 +37,6 @@ 1.5.18 1.2.1-oss - 2.25.1 2.9.5 4.5.5 4.4.4 @@ -116,12 +115,6 @@ ${jersey.version} - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey.version} - - org.glassfish.jersey.containers jersey-container-jetty-http @@ -151,18 +144,6 @@ gson - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${jackson.version} - - com.fasterxml.jackson.core jackson-annotations diff --git a/pom.xml b/pom.xml index de4f6a90..0ff66762 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,7 @@ 3.4 + 2.25.1