From d7eda87db76d8afafb59b88c2ca22e6e89cbada0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 4 Nov 2019 18:07:20 +0000 Subject: Use jersey dependencies from policy-endpoints There is no need to have Jersey dependencies in the PDP POMs as they are inherited from the policy-endpoints POM. Issue-ID: POLICY-2209 Change-Id: I5c53e7b29f4df25fd730f7a521e149e4ee70d964 Signed-off-by: liamfallon --- client/client-deployment/pom.xml | 16 ++++------------ client/client-editor/pom.xml | 24 +++++++----------------- client/client-full/pom.xml | 9 --------- client/client-monitoring/pom.xml | 12 ++++-------- 4 files changed, 15 insertions(+), 46 deletions(-) (limited to 'client') diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index cd139e181..5aa8f41a3 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -32,6 +32,10 @@ Web client for deploying models in Apex engine + + org.onap.policy.common + policy-endpoints + org.onap.policy.apex-pdp.core core-deployment @@ -41,18 +45,6 @@ org.glassfish.jersey.containers jersey-container-grizzly2-http - - org.glassfish.jersey.media - jersey-media-multipart - - - org.glassfish.jersey.containers - jersey-container-servlet-core - - - org.glassfish.jersey.inject - jersey-hk2 - commons-cli commons-cli diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 39162424b..2577148fd 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -32,6 +32,10 @@ Web client for editing Apex policies + + org.onap.policy.common + policy-endpoints + org.onap.policy.common utils @@ -55,12 +59,9 @@ jersey-media-moxy - org.glassfish.jersey.containers - jersey-container-servlet-core - - - org.glassfish.jersey.inject - jersey-hk2 + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + test commons-cli @@ -71,17 +72,6 @@ junit test - - org.glassfish.jersey.test-framework - jersey-test-framework-core - test - - - org.glassfish.jersey.test-framework.providers - jersey-test-framework-provider-grizzly2 - test - - org.onap.policy.apex-pdp.client client-common diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 6f8c11697..257d3d7e6 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -47,12 +47,6 @@ client-deployment ${project.version} - - org.glassfish.jersey.containers - jersey-container-grizzly2-http - - - org.onap.policy.apex-pdp.client client-monitoring @@ -82,9 +76,6 @@ assertj-core test - - - diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 5ae5412b3..4e5eb0b3e 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -32,6 +32,10 @@ Web client for monitoring Apex engines + + org.onap.policy.common + policy-endpoints + org.onap.policy.apex-pdp.core core-deployment @@ -41,14 +45,6 @@ org.glassfish.jersey.containers jersey-container-grizzly2-http - - org.glassfish.jersey.containers - jersey-container-servlet-core - - - org.glassfish.jersey.inject - jersey-hk2 - commons-cli commons-cli -- cgit 1.2.3-korg