diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-04 18:07:20 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-04 18:07:24 +0000 |
commit | d7eda87db76d8afafb59b88c2ca22e6e89cbada0 (patch) | |
tree | 6980cc2a1195c852a3586ca2e8335773f1dbd152 /examples/examples-decisionmaker/pom.xml | |
parent | 4171256446af0144c56b4f6016c7b9f748b9061d (diff) |
Use jersey dependencies from policy-endpoints
There is no need to have Jersey dependencies in the PDP POMs as they are
inherited from the policy-endpoints POM.
Issue-ID: POLICY-2209
Change-Id: I5c53e7b29f4df25fd730f7a521e149e4ee70d964
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'examples/examples-decisionmaker/pom.xml')
-rw-r--r-- | examples/examples-decisionmaker/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/examples-decisionmaker/pom.xml b/examples/examples-decisionmaker/pom.xml index cafc60d56..b063bf4dc 100644 --- a/examples/examples-decisionmaker/pom.xml +++ b/examples/examples-decisionmaker/pom.xml @@ -49,16 +49,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.glassfish.jersey.containers</groupId> - <artifactId>jersey-container-grizzly2-http</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.glassfish.jersey.inject</groupId> - <artifactId>jersey-hk2</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema</groupId> <artifactId>plugins-context-schema-avro</artifactId> <version>${project.version}</version> |