Change dependencies to pass tests 13/12213/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Wed, 13 Sep 2017 14:29:14 +0000 (10:29 -0400)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Wed, 13 Sep 2017 14:34:18 +0000 (10:34 -0400)
Fix a typo and change another dependency to get ChampDao tests to pass

Issue ID: AAI-295
Change-Id: I5e69e6385fe598cb9aa04e79955844fe80a77df5
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
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>