New endpoints to auto populate edge properties.
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 99dd62b..8704324 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </exclusions>
         </dependency>
         
-        <!-- TEST Dependencies -->
+               <groupId>com.jayway.jsonpath</groupId>
+            <artifactId>json-path</artifactId>
+            <version>2.2.0</version>
+        </dependency>
                
                <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>tinkergraph-gremlin</artifactId>
-            <version>3.2.3</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
                <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-core</artifactId> 
-            <version>3.2.3</version>
-            <scope>test</scope>
+            <version>3.1.0-incubating</version>
             <exclusions>
               <exclusion>
                     <groupId>org.slf4j</groupId>
                 </exclusion>
             </exclusions>
         </dependency>
+               
+        <!-- TEST Dependencies -->
+               
+               <dependency>
+            <groupId>org.apache.tinkerpop</groupId>
+            <artifactId>tinkergraph-gremlin</artifactId>
+            <version>3.2.3</version>
+            <scope>test</scope>
+        </dependency>
+
+
 
         <dependency>
             <groupId>org.json</groupId>