Change parent to release version 2.7.0
[appc.git] / appc-dispatcher / appc-license-manager / appc-license-manager-core / pom.xml
index d676120..03b56af 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.7.0-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath/>
     </parent>
 
             <artifactId>dblib-provider</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>