aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-03-20 12:11:07 +0200
committerMichael Lando <ml636r@att.com>2018-03-20 12:14:58 +0200
commitc7916a4e5955ccc5f0f5252307363b791ec5c7b9 (patch)
tree365149e963e82aff613ada5657521b4b5c7b0157
parent091edfdac90f66d91caff1b93131f99ba74f9aeb (diff)
fix pom dependency
update titan version Change-Id: I0ce765456653b5943f6fd82365053f6146db9df4 Issue-ID: SDC-1148 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--asdctool/pom.xml4
-rw-r--r--test-apis-ci/pom.xml6
-rw-r--r--ui-ci/pom.xml6
3 files changed, 8 insertions, 8 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>
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>
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>