summaryrefslogtreecommitdiffstats
path: root/catalog-dao
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-dao')
-rw-r--r--catalog-dao/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml
index 1bb9c95ce2..e2a1effc57 100644
--- a/catalog-dao/pom.xml
+++ b/catalog-dao/pom.xml
@@ -286,14 +286,23 @@ Modifications copyright (c) 2018 Nokia
</dependency>
<dependency>
+ <groupId>org.apache.tinkerpop</groupId>
+ <artifactId>gremlin-core</artifactId>
+ <version>3.4.13</version>
+ </dependency>
+ <dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>${janusgraph.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
+ <groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.tinkerpop</groupId>
+ <artifactId>gremlin-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.json</groupId>