From 8824d311caf6023340e3663f4ff9f61dea8e4241 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 21 Mar 2018 18:26:20 -0400 Subject: Update from titan to using janusgraph Issue-ID: AAI-949 Change-Id: I70029806d3c96f7732778d27a8c7ff75dc5059de Signed-off-by: Kajur, Harish (vk250x) --- aai-core/pom.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'aai-core/pom.xml') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 851275e5..065f22c4 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -50,6 +50,7 @@ 2.3.21 5.15.3 0.50 + 3.2.2 @@ -421,9 +422,9 @@ 16.0 - com.thinkaurelius.titan - titan-core - 1.0.0 + org.janusgraph + janusgraph-core + 0.2.0 org.slf4j @@ -504,7 +505,12 @@ org.apache.tinkerpop gremlin-core - 3.0.1-incubating + ${gremlin.version} + + + org.apache.tinkerpop + tinkergraph-gremlin + ${gremlin.version} org.slf4j @@ -666,6 +672,11 @@ aai-client-loadbalancer ${project.version} + + org.apache.tinkerpop + gremlin-groovy + ${gremlin.version} + -- cgit 1.2.3-korg