aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-editor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-editor/pom.xml')
-rw-r--r--client/client-editor/pom.xml24
1 files changed, 7 insertions, 17 deletions
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
@@ -34,6 +34,10 @@
<dependencies>
<dependency>
<groupId>org.onap.policy.common</groupId>
+ <artifactId>policy-endpoints</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
</dependency>
<dependency>
@@ -55,12 +59,9 @@
<artifactId>jersey-media-moxy</artifactId>
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-container-servlet-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.inject</groupId>
- <artifactId>jersey-hk2</artifactId>
+ <groupId>org.glassfish.jersey.test-framework.providers</groupId>
+ <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
@@ -72,17 +73,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.test-framework</groupId>
- <artifactId>jersey-test-framework-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.test-framework.providers</groupId>
- <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.onap.policy.apex-pdp.client</groupId>
<artifactId>client-common</artifactId>
<version>${project.version}</version>