From 71b978b3fc9bf3799163baa6f9c1d920b219b492 Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Wed, 13 Sep 2017 10:29:14 -0400 Subject: [PATCH] Change dependencies to pass tests 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 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fa693b6..1fc4e33 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ org.apache.tinkerpop gremlin-core - 3.1.0-incubating + 3.0.1-incubating org.slf4j @@ -163,7 +163,7 @@ org.apache.tinkerpop tinkergraph-gremlin - 3.2.3 + 3.0.1-incubating test -- 2.16.6