Change dependencies to pass tests
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fa693b6..1fc4e33 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <dependency>
                <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-core</artifactId> 
-            <version>3.1.0-incubating</version>
+            <version>3.0.1-incubating</version>
             <exclusions>
               <exclusion>
                     <groupId>org.slf4j</groupId>
                <dependency>
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>tinkergraph-gremlin</artifactId>
-            <version>3.2.3</version>
+            <version>3.0.1-incubating</version>
             <scope>test</scope>
         </dependency>