diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-02-12 16:54:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-12 16:54:48 +0000 |
commit | 36eff80c570c55cb6562509abea72664a42477ae (patch) | |
tree | 54d02ac14ca67c1d67e96c1cc80a52f190915335 /controlloop/common/policy-yaml/pom.xml | |
parent | 0521914ddcde7727ed2dfeafc8bf666ceffd56f3 (diff) | |
parent | 558b5a4779918ca76d6465754ae7650c6d9e2694 (diff) |
Merge "Fix technical debt/JUnit on policy-yaml"
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> |