diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 2ace7a7451..0c83b75107 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -303,7 +303,11 @@ </exclusion> </exclusions> </dependency> - + <dependency> + <groupId>org.janusgraph</groupId> + <artifactId>janusgraph-inmemory</artifactId> + <version>${janusgraph.version}</version> + </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> |