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 /ui-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 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index af86e1f99d..117d9b2300 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -140,9 +140,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> </dependency> |