Update rest-client with additional operations
[aai/rest-client.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8d98e17..45a5f3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
         
        <groupId>org.openecomp.aai</groupId>
        <artifactId>rest-client</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>REST Client</name>
         
        <properties>
                        <artifactId>common-logging</artifactId>
                        <version>1.0.0</version>
                </dependency>
-
+               
                <dependency>
-                       <groupId>com.sun.jersey.jersey-test-framework</groupId>
-                       <artifactId>jersey-test-framework-grizzly2</artifactId>
-                       <version>1.18</version>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
+               
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-junit4</artifactId>
+                       <version>1.6.2</version>
+                       <scope>test</scope>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-api-mockito</artifactId>
+                       <version>1.6.2</version>
+                       <scope>test</scope>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-javaagent</artifactId>
+                       <version>1.6.2</version>
+                       <scope>test</scope>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-junit4-rule-agent</artifactId>
+                       <version>1.6.2</version>
+                       <scope>test</scope>
+               </dependency>           
 
        </dependencies>