diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 09:17:54 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 09:18:26 -0400 |
commit | 39a7df7ea074d9c4a9730d5eebbd6130a54899a5 (patch) | |
tree | 0f0e9efbed8477303a86602ffe6f775a81c7b58e | |
parent | 307e071b9fbdd83548f256a26e242b23b2743026 (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-x | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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> |