diff options
author | 2025-02-21 11:54:19 +0530 | |
---|---|---|
committer | 2025-02-21 18:25:47 +0530 | |
commit | c8d9b63d72ec6ce72d587eb0ac20ae4709a0222d (patch) | |
tree | 0e5e427de40254c5f9c42162a23f00b46fbfc4d5 /catalog-model/pom.xml | |
parent | 2cf0e33271373bb45e66f43d06be24b68ba2cbbf (diff) |
SDC component upliftment of janusgraph version1.14.1
- Janusgraph version update from 0.3.3 to 0.5.0
Issue-ID: SDC-4717
Change-Id: Ib7f7c7f0113a854e119ff7bd32ce5ec34da1692f
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
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> |