diff options
author | Michael Lando <ml636r@att.com> | 2018-03-20 12:11:07 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-20 12:14:58 +0200 |
commit | c7916a4e5955ccc5f0f5252307363b791ec5c7b9 (patch) | |
tree | 365149e963e82aff613ada5657521b4b5c7b0157 /test-apis-ci/pom.xml | |
parent | 091edfdac90f66d91caff1b93131f99ba74f9aeb (diff) |
fix pom dependency
update titan version
Change-Id: I0ce765456653b5943f6fd82365053f6146db9df4
Issue-ID: SDC-1148
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index b95e4a907e..fe90479f03 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -252,9 +252,9 @@ </dependency> <dependency> - <groupId>com.thinkaurelius.titan</groupId> - <artifactId>titan-cassandra</artifactId> - <version>${titan.version}</version> + <groupId>org.onap.sdc.sdc-titan-cassandra</groupId> + <artifactId>sdc-titan-cassandra</artifactId> + <version>${sdc.titan.version}</version> <scope>compile</scope> <exclusions> <exclusion> |