aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/forwarding-plugins/pom.xml
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-03-02 15:27:21 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-03-03 09:42:51 -0500
commitccc3e28512988345e640097381d2ae0be46fe986 (patch)
treee80d52e8d27c1492df9807e94296d79ce567fa1c /plugins/forwarding-plugins/pom.xml
parent7b63879e6837a0242ca0d68540830031c55b4ed6 (diff)
Remove policy/engine & apex dependency from distribution
Issue-ID: POLICY-2404 Change-Id: Ia3084c55ea65a3119354079d9afd3ee35689b7d4 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'plugins/forwarding-plugins/pom.xml')
-rw-r--r--plugins/forwarding-plugins/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml
index cdb45f72..19dee4b7 100644
--- a/plugins/forwarding-plugins/pom.xml
+++ b/plugins/forwarding-plugins/pom.xml
@@ -42,22 +42,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.policy.engine</groupId>
- <artifactId>PolicyEngineAPI</artifactId>
- <version>${policy.engine.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>eclipselink</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.apex-pdp.core</groupId>
- <artifactId>core-deployment</artifactId>
- <version>${policy.apex-pdp.version}</version>
- </dependency>
- <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>