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-healthcheck | |
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-healthcheck')
-rw-r--r-- | feature-healthcheck/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml index 0f86c0a2..abcf2909 100644 --- a/feature-healthcheck/pom.xml +++ b/feature-healthcheck/pom.xml @@ -125,11 +125,6 @@ <dependencies> <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-jersey2-jaxrs</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-core</artifactId> <version>${project.version}</version> |