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-editor/pom.xml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'client/client-editor/pom.xml') 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 -- cgit 1.2.3-korg