aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-11-01 18:49:20 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-11-01 18:49:25 -0400
commit4798a89a09c85adc02da8c60b6678340ba3779a3 (patch)
treeace8562cf126e81c52b27b9b88c8af337e3981c7 /pom.xml
parent1a5fc4ad73a29f8b074661a99dd790cd1896b7c2 (diff)
Add cql jar to graphadmin
Issue-ID: AAI-1834 Change-Id: Ib41b52ead6800475af3c8def9373a2c84150d871 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eb4b986..75ddc14 100755
--- a/pom.xml
+++ b/pom.xml
@@ -423,6 +423,17 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.janusgraph</groupId>
+ <artifactId>janusgraph-cql</artifactId>
+ <version>${janusgraph.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<!-- End of Janus Graph Dependencies -->
<!-- Start of Tinkerpop Dependencies -->
<dependency>
@@ -430,6 +441,12 @@
<artifactId>tinkergraph-gremlin</artifactId>
<version>${gremlin.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr4-runtime</artifactId>
+ <version>${antlr.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>