Removed TestUtils from common and into a 'xacml-test' project
[policy/xacml-pdp.git] / applications / monitoring / pom.xml
index 12b0793..92ac7cb 100644 (file)
             <artifactId>common</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.onap.policy.xacml-pdp</groupId>
+            <artifactId>xacml-test</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>