diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 18:06:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-09 18:06:13 +0000 |
commit | 4e9205fe5586a33461e8207e446147948d3fd309 (patch) | |
tree | c19d9bfad73fe7cfe0d989c9c15135e279a0b9d6 /ONAP-PDP/pom.xml | |
parent | 3f9fc363e61aa61b903f7eaf44ea11edae779609 (diff) | |
parent | e9e6526b37ad0b36fc941a970055523d1ea057ef (diff) |
Merge "Junits for ONAP-PDP module"
Diffstat (limited to 'ONAP-PDP/pom.xml')
-rw-r--r-- | ONAP-PDP/pom.xml | 7 |
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> |