diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-09-08 16:40:33 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-09-08 16:43:55 -0400 |
commit | 110811c69b2ee0b1b02ea7938b093f5b6fa0724e (patch) | |
tree | a5045bff21b026af73768cb50eaac0f5f214e6aa /aai-resources | |
parent | 696ebd9e433f2b6f890c6032a4febdb9d3ec8eb7 (diff) |
Add janusgraph cql back that got removed
Issue-ID: AAI-2526
Change-Id: Idf3f52c9672dd4c31266d5e765ad412dbdc7322e
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index a54f79d..7f13dd1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -604,6 +604,16 @@ <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> </dependency> |