Add janusgraph cql dependency back 87/112487/1
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 10 Sep 2020 13:17:54 +0000 (09:17 -0400)
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 10 Sep 2020 13:18:26 +0000 (09:18 -0400)
Issue-ID: AAI-2526
Change-Id: I4f3313bab0c6c47bb560b968784d4f0bb3318674
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ad54713..11c9b2c 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <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>