diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-04 14:35:34 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-04 14:35:37 +0000 |
commit | a8147165ecff5deae8d7c8ba9a241454f2a9481c (patch) | |
tree | c0f6f202be85c88d52e7249c6bef4b1bd3d98fb8 /pom.xml | |
parent | eb70ba3f0dfd53defda57c8cf7dcd8d4782a00f1 (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.xml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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> |