From a8147165ecff5deae8d7c8ba9a241454f2a9481c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 4 Nov 2019 14:35:34 +0000 Subject: Use jersey dependencies from policy-endpoints There is no need to ahve Jersey dependencies in the PDP POMs as they are inherited fromt he policy-endpoints POM. Issue-ID: POLICY-2209 Change-Id: Iaa51995864eec0bf5b4134719c32e956295084a1 Signed-off-by: liamfallon --- feature-active-standby-management/pom.xml | 5 ----- feature-healthcheck/pom.xml | 5 ----- feature-simulators/pom.xml | 5 ----- feature-state-management/pom.xml | 5 ----- policy-management/pom.xml | 21 --------------------- pom.xml | 8 -------- 6 files changed, 49 deletions(-) diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml index b4f0a43f..80dedac9 100644 --- a/feature-active-standby-management/pom.xml +++ b/feature-active-standby-management/pom.xml @@ -119,11 +119,6 @@ - - io.swagger - swagger-jersey2-jaxrs - provided - org.onap.policy.drools-pdp policy-core diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml index 0f86c0a2..abcf2909 100644 --- a/feature-healthcheck/pom.xml +++ b/feature-healthcheck/pom.xml @@ -124,11 +124,6 @@ - - io.swagger - swagger-jersey2-jaxrs - provided - org.onap.policy.drools-pdp policy-core diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index 3a0066fe..58f3c164 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -61,11 +61,6 @@ policy-utils ${project.version} - - org.glassfish.jersey.inject - jersey-hk2 - test - diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml index 6a48b826..b20d76d1 100644 --- a/feature-state-management/pom.xml +++ b/feature-state-management/pom.xml @@ -119,11 +119,6 @@ - - io.swagger - swagger-jersey2-jaxrs - provided - org.onap.policy.drools-pdp policy-core diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 00d09766..3aa22164 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -195,27 +195,6 @@ jetty-servlet - - org.glassfish.jersey.core - jersey-server - - - - org.glassfish.jersey.containers - jersey-container-jetty-http - - - org.eclipse.jetty - jetty-util - - - - - - io.swagger - swagger-jersey2-jaxrs - - com.fasterxml.jackson.core jackson-annotations diff --git a/pom.xml b/pom.xml index 33ded109..e04ae05d 100644 --- a/pom.xml +++ b/pom.xml @@ -106,14 +106,6 @@ json-path ${json.path.version} - - org.glassfish.jersey.containers - jersey-common - - - org.glassfish.jersey.containers - jersey-container-servlet-core - org.hibernate hibernate-core -- cgit 1.2.3-korg