Bump minor version
[sdnc/northbound.git] / vnfapi / provider / pom.xml
index 50ceb45..aac430a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>vnfapi</artifactId>
         <groupId>org.onap.sdnc.northbound</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
     </parent>
     <artifactId>vnfapi-provider</artifactId>
     <packaging>bundle</packaging>
             <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-api-mockito</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>