aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2020-09-10 09:17:54 -0400
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2020-09-10 09:18:26 -0400
commit39a7df7ea074d9c4a9730d5eebbd6130a54899a5 (patch)
tree0f0e9efbed8477303a86602ffe6f775a81c7b58e
parent307e071b9fbdd83548f256a26e242b23b2743026 (diff)
Add janusgraph cql dependency back
Issue-ID: AAI-2526 Change-Id: I4f3313bab0c6c47bb560b968784d4f0bb3318674 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rwxr-xr-xpom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ad54713..11c9b2c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -412,12 +412,23 @@
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.janusgraph</groupId>
+ <artifactId>janusgraph-cql</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+
<!-- Start of Tinkerpop Dependencies -->
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkergraph-gremlin</artifactId>
</dependency>
-
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>