Release appc
[appc.git] / appc-client / client-simulator / pom.xml
index dbcb04c..d9f1f72 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>appc-java-client</artifactId>
         <groupId>org.onap.appc.client</groupId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.6.0</version>
     </parent>
     <artifactId>client-simulator</artifactId>
 
             <artifactId>commons-io</artifactId>
             <version>2.4</version>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>