aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-onappf/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/services-onappf/pom.xml')
-rw-r--r--services/services-onappf/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml
index dd7afdc10..af3dab0ab 100644
--- a/services/services-onappf/pom.xml
+++ b/services/services-onappf/pom.xml
@@ -45,11 +45,6 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
- <artifactId>pdp-common</artifactId>
- <version>${version.policy.common}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
<version>${version.policy.common}</version>
</dependency>
@@ -59,9 +54,19 @@
<version>${version.policy.common}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-pdp</artifactId>
+ <version>${version.policy.models}</version>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>