aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-11-04 14:35:34 +0000
committerliamfallon <liam.fallon@est.tech>2019-11-04 14:35:37 +0000
commita8147165ecff5deae8d7c8ba9a241454f2a9481c (patch)
treec0f6f202be85c88d52e7249c6bef4b1bd3d98fb8 /policy-management
parenteb70ba3f0dfd53defda57c8cf7dcd8d4782a00f1 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'policy-management')
-rw-r--r--policy-management/pom.xml21
1 files changed, 0 insertions, 21 deletions
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
@@ -196,27 +196,6 @@
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-server</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-container-jetty-http</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-jersey2-jaxrs</artifactId>
- </dependency>
-
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>