aboutsummaryrefslogtreecommitdiffstats
path: root/models-provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'models-provider/pom.xml')
-rw-r--r--models-provider/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml
index 44756beb9..b6021b003 100644
--- a/models-provider/pom.xml
+++ b/models-provider/pom.xml
@@ -57,6 +57,12 @@
</dependency>
<dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-pap</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
@@ -68,5 +74,10 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>