diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index c5db734701..a28a040640 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -105,11 +105,10 @@ <scope>provided</scope> </dependency> - <!-- TITAN --> <dependency> - <groupId>com.thinkaurelius.titan</groupId> - <artifactId>titan-core</artifactId> - <version>${titan.version}</version> + <groupId>org.janusgraph</groupId> + <artifactId>janusgraph-core</artifactId> + <version>${janusgraph.version}</version> <scope>provided</scope> <exclusions> <exclusion> @@ -132,9 +131,9 @@ </dependency> <dependency> - <groupId>org.onap.sdc.sdc-titan-cassandra</groupId> - <artifactId>sdc-titan-cassandra</artifactId> - <version>${sdc.titan.version}</version> + <groupId>org.janusgraph</groupId> + <artifactId>janusgraph-cassandra</artifactId> + <version>${janusgraph.version}</version> <scope>provided</scope> <exclusions> <exclusion> @@ -143,7 +142,6 @@ </exclusion> </exclusions> </dependency> - <!-- TITAN END --> <dependency> <groupId>org.apache.commons</groupId> |