diff options
author | mmis <michael.morris@ericsson.com> | 2018-02-12 11:54:51 +0000 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-02-12 12:07:13 +0000 |
commit | 558b5a4779918ca76d6465754ae7650c6d9e2694 (patch) | |
tree | b86860932ef626d971555fe96542aa69ebc18600 /controlloop/common/policy-yaml/pom.xml | |
parent | c735d07da356a21791abbf3d511e997c7d53b987 (diff) |
Fix technical debt/JUnit on policy-yaml
Unit tests added and technical debt removed
Issue-ID: POLICY-455
Change-Id: I31566f9386cb94d78e9af3d6261e31b9cad1cb53
Signed-off-by: mmis <michael.morris@ericsson.com>
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 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> |