Add bulk API to gizmo
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e78968a..be7f88e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </exclusion>
             </exclusions>
         </dependency>
-
+        <dependency>
+            <groupId>org.openecomp.aai</groupId>
+            <artifactId>rest-client</artifactId>
+            <version>1.1.1</version>
+        </dependency>
+                       <dependency>
+            <groupId>net.dongliu</groupId>
+            <artifactId>gson-java8-datatype</artifactId>
+            <version>1.0.3</version>
+        </dependency>
        <dependency>
             <groupId>com.jayway.jsonpath</groupId>
             <artifactId>json-path</artifactId>