diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -423,6 +423,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.janusgraph</groupId> + <artifactId>janusgraph-cql</artifactId> + <version>${janusgraph.version}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> + </dependency> <!-- End of Janus Graph Dependencies --> <!-- Start of Tinkerpop Dependencies --> <dependency> @@ -430,6 +441,12 @@ <artifactId>tinkergraph-gremlin</artifactId> <version>${gremlin.version}</version> </dependency> + + <dependency> + <groupId>org.antlr</groupId> + <artifactId>antlr4-runtime</artifactId> + <version>${antlr.version}</version> + </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId> |