diff options
Diffstat (limited to 'controlloop/common/policy-yaml/pom.xml')
-rw-r--r-- | controlloop/common/policy-yaml/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/policy-yaml/pom.xml b/controlloop/common/policy-yaml/pom.xml index efc4d0891..d0451c443 100644 --- a/controlloop/common/policy-yaml/pom.xml +++ b/controlloop/common/policy-yaml/pom.xml @@ -54,5 +54,11 @@ <version>4.12</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |