aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-03-21 18:26:20 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-03-27 16:56:41 -0400
commit8824d311caf6023340e3663f4ff9f61dea8e4241 (patch)
tree6fbd365996cecf57e85c9f4f0fb371f27dcd3de1 /aai-core/pom.xml
parentacab561d7262dc5177c58d9a046fc293f16f80cb (diff)
Update from titan to using janusgraph
Issue-ID: AAI-949 Change-Id: I70029806d3c96f7732778d27a8c7ff75dc5059de Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml19
1 files changed, 15 insertions, 4 deletions
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 @@
<freemarker.version>2.3.21</freemarker.version>
<activemq.version>5.15.3</activemq.version>
<jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit>
+ <gremlin.version>3.2.2</gremlin.version>
</properties>
<profiles>
<profile>
@@ -421,9 +422,9 @@
<version>16.0</version>
</dependency>
<dependency>
- <groupId>com.thinkaurelius.titan</groupId>
- <artifactId>titan-core</artifactId>
- <version>1.0.0</version>
+ <groupId>org.janusgraph</groupId>
+ <artifactId>janusgraph-core</artifactId>
+ <version>0.2.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -504,7 +505,12 @@
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
- <version>3.0.1-incubating</version>
+ <version>${gremlin.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tinkerpop</groupId>
+ <artifactId>tinkergraph-gremlin</artifactId>
+ <version>${gremlin.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -666,6 +672,11 @@
<artifactId>aai-client-loadbalancer</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tinkerpop</groupId>
+ <artifactId>gremlin-groovy</artifactId>
+ <version>${gremlin.version}</version>
+ </dependency>
</dependencies>
<!-- Plugins and repositories -->