diff options
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r-- | catalog-dao/pom.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index ee2da543c8..3e04560aa6 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -230,11 +230,10 @@ Modifications copyright (c) 2018 Nokia <scope>test</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> @@ -257,9 +256,9 @@ Modifications copyright (c) 2018 Nokia </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> @@ -275,7 +274,6 @@ Modifications copyright (c) 2018 Nokia <version>${lang3.version}</version> <scope>provided</scope> </dependency> - <!-- TITAN END --> <!-- CASSANDRA --> <dependency> |