diff options
Diffstat (limited to 'model/pom.xml')
-rw-r--r-- | model/pom.xml | 5 |
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> |