Release policy/xacml-pdp
[policy/xacml-pdp.git] / applications / guard / pom.xml
index ab5873e..649e69c 100644 (file)
     <parent>
         <groupId>org.onap.policy.xacml-pdp.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.7.2</version>
     </parent>
 
-    <artifactId>guard</artifactId>
+    <artifactId>xacml-guard</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.</description>
             <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>