aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-dao/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r--catalog-dao/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml
index dd8f26e80d..76bc66c1e0 100644
--- a/catalog-dao/pom.xml
+++ b/catalog-dao/pom.xml
@@ -293,6 +293,11 @@ Modifications copyright (c) 2018 Nokia
</dependency>
<dependency>
<groupId>org.janusgraph</groupId>
+ <artifactId>janusgraph-inmemory</artifactId>
+ <version>${janusgraph.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>${janusgraph.version}</version>
<scope>provided</scope>