diff options
Diffstat (limited to 'models-provider/pom.xml')
-rw-r--r-- | models-provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml index 76e21c578..31157ca50 100644 --- a/models-provider/pom.xml +++ b/models-provider/pom.xml @@ -63,6 +63,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> |