From 39987c8b276fb8d56cf3f2bcf957953b32e4abc7 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 13 Sep 2017 13:51:41 +0300 Subject: 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 --- asdc-tests/pom.xml | 4 ++-- asdctool/pom.xml | 4 ++-- catalog-be/pom.xml | 5 ++--- catalog-dao/pom.xml | 5 ++--- catalog-model/pom.xml | 4 ++-- sdc-os-chef/pom.xml | 11 +++++------ test-apis-ci/pom.xml | 4 ++-- ui-ci/pom.xml | 4 ++-- 8 files changed, 19 insertions(+), 22 deletions(-) diff --git a/asdc-tests/pom.xml b/asdc-tests/pom.xml index 7e7476253a..0a4619f637 100644 --- a/asdc-tests/pom.xml +++ b/asdc-tests/pom.xml @@ -226,8 +226,8 @@ - com.thinkaurelius.titan - titan-cassandra + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} compile diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 88031c8e44..360297ce02 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -269,8 +269,8 @@ - com.thinkaurelius.titan - titan-cassandra + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} compile diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 870bf09be6..eeb23fa0a9 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -320,9 +320,8 @@ - com.thinkaurelius.titan - titan-cassandra - + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} compile diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 2627899e1f..d3c255ae79 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -221,9 +221,8 @@ - com.thinkaurelius.titan - titan-cassandra - + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} provided 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 @@ - com.thinkaurelius.titan - titan-cassandra + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} provided diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index d0131e4e55..978ba7f6e5 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -153,10 +153,10 @@ io.fabric8 docker-maven-plugin - 0.19.1 + 0.22.1 - true + false 1.23 @@ -258,11 +258,10 @@ clean-images pre-clean - remove + remove - true - openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana + true @@ -282,7 +281,7 @@ push - openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana + openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-cassandra diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 0059e23de1..803211d7e7 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -226,8 +226,8 @@ - com.thinkaurelius.titan - titan-cassandra + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} compile diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 06e3be24ff..891f92c26e 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -135,8 +135,8 @@ - com.thinkaurelius.titan - titan-cassandra + org.openecomp.sdc.sdc-titan-cassandra + sdc-titan-cassandra ${titan.version} compile -- cgit 1.2.3-korg