summaryrefslogtreecommitdiffstats
path: root/ONAP-PDP/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-09 18:06:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-09 18:06:13 +0000
commit4e9205fe5586a33461e8207e446147948d3fd309 (patch)
treec19d9bfad73fe7cfe0d989c9c15135e279a0b9d6 /ONAP-PDP/pom.xml
parent3f9fc363e61aa61b903f7eaf44ea11edae779609 (diff)
parente9e6526b37ad0b36fc941a970055523d1ea057ef (diff)
Merge "Junits for ONAP-PDP module"
Diffstat (limited to 'ONAP-PDP/pom.xml')
-rw-r--r--ONAP-PDP/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml
index dc3953b76..02057bd3a 100644
--- a/ONAP-PDP/pom.xml
+++ b/ONAP-PDP/pom.xml
@@ -88,5 +88,12 @@
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.drools-pdp</groupId>
+ <artifactId>policy-endpoints</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
+
</project>