From d3fe4b67f181d79272b984f6f6b39b943bd53daf Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 18 Feb 2019 13:30:00 -0500 Subject: [PATCH] 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 --- gson/pom.xml | 5 ----- policy-endpoints/pom.xml | 19 ------------------- pom.xml | 1 + 3 files changed, 1 insertion(+), 24 deletions(-) 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 -- 2.16.6