Removed TestUtils from common and into a 'xacml-test' project
[policy/xacml-pdp.git] / applications / guard / pom.xml
index 68ed707..233cd0e 100644 (file)
             <artifactId>h2</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.onap.policy.xacml-pdp</groupId>
+            <artifactId>xacml-test</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
      </dependencies>
 
 </project>