Add janusgraph cql back that got removed 29/112329/2
authorHarish Venkata Kajur <vk250x@att.com>
Tue, 8 Sep 2020 20:40:33 +0000 (16:40 -0400)
committerHarish Venkata Kajur <vk250x@att.com>
Tue, 8 Sep 2020 20:43:55 +0000 (16:43 -0400)
Issue-ID: AAI-2526
Change-Id: Idf3f52c9672dd4c31266d5e765ad412dbdc7322e
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
aai-resources/pom.xml

index a54f79d..7f13dd1 100644 (file)
             <artifactId>spring-boot-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.janusgraph</groupId>
+            <artifactId>janusgraph-cql</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-groovy</artifactId>