summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 33ded109..e04ae05d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,14 +107,6 @@
<version>${json.path.version}</version>
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-container-servlet-core</artifactId>
- </dependency>
- <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>