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 /asdctool | |
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 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 740f8f44b4..9a1a0e59ab 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -286,9 +286,9 @@ </dependency> <dependency> - <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> + <groupId>org.onap.sdc.sdc-titan-cassandra</groupId> <artifactId>sdc-titan-cassandra</artifactId> - <version>${titan.version}</version> + <version>${sdc.titan.version}</version> <scope>compile</scope> <exclusions> <exclusion> |