bump to 1.6.2-SNAPSHOT
[policy/drools-applications.git] / controlloop / m2 / guard / pom.xml
index 501151a..f7f999a 100644 (file)
   <parent>
     <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId>
     <artifactId>m2</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>guard</artifactId>
 
   <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <version>2.13.0</version>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId>
       <artifactId>util</artifactId>
@@ -80,5 +67,6 @@
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
     </dependency>
+
   </dependencies>
 </project>