From e993087ad095f6242780847926b1eed5c116ea93 Mon Sep 17 00:00:00 2001 From: vempo Date: Sun, 15 Jul 2018 16:53:59 +0300 Subject: Removed dependency on snapshot if same version Dependencies that are part of the same project must be referenced using ${project.version} instead of 1.3.0-SNAPSHOT. Change-Id: I1e6563052a762b9b6fc7103279d77fb76a85265e Issue-ID: SDC-1065 Signed-off-by: vempo --- .../healthcheck-rest/healthcheck-rest-services/pom.xml | 3 --- .../healthcheck-rest/healthcheck-rest-types/pom.xml | 2 -- openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml | 3 --- 3 files changed, 8 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml index 5da8f9077e..53aed46977 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml @@ -11,12 +11,9 @@ healthcheck-rest-services - 1.3.0-SNAPSHOT - - javax.ws.rs javax.ws.rs-api diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml index 399606fa75..f829043ee1 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml @@ -11,7 +11,5 @@ healthcheck-rest-types - 1.3.0-SNAPSHOT - \ No newline at end of file diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml index fb2d510a1a..0cb776817e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml @@ -10,12 +10,9 @@ 1.3.0-SNAPSHOT - org.openecomp.sdc healthcheck-rest - 1.3.0-SNAPSHOT pom - healthcheck-rest-types healthcheck-rest-services -- cgit 1.2.3-korg