aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/forwarding-plugins/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-09-11 12:55:27 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-09-12 13:53:08 +0100
commite52c9ed74a40d86f1494befd89f55f499b28dcfe (patch)
tree38fe808c4179dfda0f9834c2b2bdaaaf2a68c17e /plugins/forwarding-plugins/pom.xml
parent1b5763e20c91f40da4ad44b2d6bd09331705b27a (diff)
Adding policy forwarder for apex-pdp
* Adding policy forwarder for apex-pdp * Adding ApexPdpPolicy to hold policies related to apex-pdp * Adding forwarder parameter for configuring apex-pdp forwarder * Adding test cases for all code changes. Change-Id: Ic1cb9bfc11b2b95321ea2d81882c588b025d33fb Issue-ID: POLICY-1101 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'plugins/forwarding-plugins/pom.xml')
-rw-r--r--plugins/forwarding-plugins/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml
index b82ad084..dee6631f 100644
--- a/plugins/forwarding-plugins/pom.xml
+++ b/plugins/forwarding-plugins/pom.xml
@@ -47,6 +47,11 @@
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.apex-pdp.core</groupId>
+ <artifactId>core-deployment</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>