bump poms to 2.1.4-SNAPSHOT
[policy/xacml-pdp.git] / applications / optimization / pom.xml
index 98c1d08..8bbb94c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.xacml-pdp.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>optimization</artifactId>
     <description>This modules contains applications that implement policy-types for XACML PDP.</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-api-mockito</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
             <artifactId>common</artifactId>