Merge "Fix technical debt/JUnit on policy-yaml"
authorJorge Hernandez <jh1730@att.com>
Mon, 12 Feb 2018 16:54:48 +0000 (16:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 12 Feb 2018 16:54:48 +0000 (16:54 +0000)
1  2 
controlloop/common/policy-yaml/pom.xml

                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>4.12</version>
 -                      <scope>provided</scope>
 +                      <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>