summaryrefslogtreecommitdiffstats
path: root/model/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@ericsson.com>2018-09-19 13:37:25 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-19 13:37:25 +0000
commitb15571184fabee50986f38f40577b87281e8765c (patch)
tree8f227cd0b3c8d623d61c59f62fefab8e2c7a9dc3 /model/pom.xml
parentb9eca38d1983a5fb3b6a528438947d8102b4797a (diff)
parent899d7fc8108e249a1de815024b98055adaf65bfe (diff)
Merge "Fix sonar & add test cases for models"
Diffstat (limited to 'model/pom.xml')
-rw-r--r--model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/model/pom.xml b/model/pom.xml
index f3e26234..6ccfa6b2 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -31,5 +31,10 @@
<description>[${project.parent.artifactId}] module provides the model for policy distribution</description>
<dependencies>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
</dependencies>
</project>