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 /feature-simulators/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 'feature-simulators/pom.xml')
-rw-r--r-- | feature-simulators/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index 3a0066fe..58f3c164 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -61,11 +61,6 @@ <artifactId>policy-utils</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.glassfish.jersey.inject</groupId> - <artifactId>jersey-hk2</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> |