diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-13 13:51:41 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-13 13:51:41 +0300 |
commit | 39987c8b276fb8d56cf3f2bcf957953b32e4abc7 (patch) | |
tree | 32f404ff73380137d5bd84d1509dc5fd4ea3d887 /catalog-model/pom.xml | |
parent | 8bd8cee7d620406036e197f540439b1e226506d5 (diff) |
Replaced all the dependencies of
titan cassandra to point to the latet version
Change-Id: I104bbd5518ce424624f8298331591a6c5f583188
Issue-Id: SDC-286
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 444686d3a2..3752d79a20 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -119,8 +119,8 @@ </dependency> <dependency> - <groupId>com.thinkaurelius.titan</groupId> - <artifactId>titan-cassandra</artifactId> + <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> + <artifactId>sdc-titan-cassandra</artifactId> <version>${titan.version}</version> <scope>provided</scope> <exclusions> |