Release appc
[appc.git] / appc-dispatcher / appc-dispatcher-common / execution-queue-management-lib / pom.xml
index 80ba833..5e25298 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.appc</groupId>
         <artifactId>appc-dispatcher-common</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.6.1</version>
     </parent>
 
     <artifactId>execution-queue-management-lib</artifactId>
             <groupId>com.att.eelf</groupId>
             <artifactId>eelf-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>