aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/policy-yaml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/policy-yaml/pom.xml')
-rw-r--r--controlloop/common/policy-yaml/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/policy-yaml/pom.xml b/controlloop/common/policy-yaml/pom.xml
index d15f8705c..c8294bbae 100644
--- a/controlloop/common/policy-yaml/pom.xml
+++ b/controlloop/common/policy-yaml/pom.xml
@@ -54,5 +54,11 @@
<version>4.12</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils-test</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>