summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-15 16:53:59 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-07-16 13:11:09 +0300
commite993087ad095f6242780847926b1eed5c116ea93 (patch)
treedef9adae4e3b1defb02e25333aeadc349a87dad7 /openecomp-be/api
parente25d401e73e6fbe31d0869e7f6be9f9f8ff7b509 (diff)
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 <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/api')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml3
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml2
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml3
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml3
4 files changed, 0 insertions, 11 deletions
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 @@
</parent>
<artifactId>healthcheck-rest-services</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <!--packaging>pom</packaging-->
<dependencies>
-
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
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 @@
</parent>
<artifactId>healthcheck-rest-types</artifactId>
- <version>1.3.0-SNAPSHOT</version>
-
</project> \ 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 @@
<version>1.3.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.sdc</groupId>
<artifactId>healthcheck-rest</artifactId>
- <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
<modules>
<module>healthcheck-rest-types</module>
<module>healthcheck-rest-services</module>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml
index b8a5a49904..e52ac1b917 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml
@@ -10,12 +10,9 @@
<version>1.3.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.sdc</groupId>
<artifactId>item-permissions-rest</artifactId>
-
<packaging>pom</packaging>
-
<modules>
<module>item-permissions-rest-types</module>
<module>item-permissions-rest-services</module>