From 710992a925b44fa9594d8f70bbc9f22a6f91d8ad Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 13 Feb 2019 13:55:31 -0500 Subject: Remove jackson from policy coders Coders came in pairs, one for GSON and one for Jackson. Replaced the pairs with a single coder for GSON. Simplified list copy. Removed multipleToolsetRetries flag. Removed additional jackson code. It had been removed, but the changes were somehow lost. Simplified another list copy. Updated license dates. Note: the date in PolicyEngineTest will be updated via a different review (mgmt-gson). Change-Id: Id3c7688c2389d194f66afcefa14303cf403ada16 Issue-ID: POLICY-1431 Signed-off-by: Jim Hahn --- policy-management/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'policy-management/pom.xml') diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 5d3d9eeb..557e1f44 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -198,12 +198,6 @@ jersey-container-servlet-core - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey.version} - - org.glassfish.jersey.containers jersey-container-jetty-http @@ -221,18 +215,6 @@ swagger-jersey2-jaxrs - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${jackson.version} - - com.fasterxml.jackson.core jackson-annotations -- cgit 1.2.3-korg