From 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 Mon Sep 17 00:00:00 2001 From: ys9693 Date: Sun, 19 Jan 2020 13:50:02 +0200 Subject: Catalog alignment Issue-ID: SDC-2724 Signed-off-by: ys9693 Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe --- .../application-config-rest-services/pom.xml | 143 +++++++++++--------- .../openecomp-sdc-common-rest/pom.xml | 149 ++++++++++----------- .../unique-type-rest-services/pom.xml | 123 +++++++++-------- 3 files changed, 214 insertions(+), 201 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index 7c4e1b1ade..5fe1eeea38 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -1,70 +1,87 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - application-config-rest-services + application-config-rest-services - - org.openecomp.sdc - application-config-rest - 1.6.0-SNAPSHOT - + + org.openecomp.sdc + application-config-rest + 1.6.0-SNAPSHOT + - + + 2.22.2 + + + + + + io.swagger.core.v3 + swagger-annotations + ${swagger.version} + + + javax.ws.rs + javax.ws.rs-api + ${ws.rs.version} + + + org.springframework + spring-context + ${spring.framework.version} + + + javax.inject + javax.inject + ${javax.inject.version} + + + org.openecomp.sdc + openecomp-sdc-application-config-manager + ${project.version} + + + org.openecomp.sdc + application-config-rest-types + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-common-rest + ${project.version} + + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + junit + junit + test + + + org.springframework + spring-web + test + ${spring.framework.version} + + + org.glassfish.jersey.core + jersey-common + ${jersey-common.version} + test + + + org.glassfish.jersey.core + jersey-server + ${jersey-common.version} + test + + - - io.swagger.core.v3 - swagger-annotations - ${swagger.version} - - - javax.ws.rs - javax.ws.rs-api - ${ws.rs.version} - - - org.springframework - spring-context - ${spring.framework.version} - - - javax.inject - javax.inject - ${javax.inject.version} - - - org.openecomp.sdc - openecomp-sdc-application-config-manager - ${project.version} - - - org.openecomp.sdc - application-config-rest-types - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-common-rest - ${project.version} - - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf.version} - - - junit - junit - test - - - org.springframework - spring-web - test - ${spring.framework.version} - - diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml index 9419c37ced..e1bdeb09c1 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml @@ -16,82 +16,81 @@ --> - 4.0.0 - openecomp-sdc-common-rest - openecomp-sdc-common-rest - - org.openecomp.sdc - openecomp-sdc-rest-webapp - 1.6.0-SNAPSHOT - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + openecomp-sdc-common-rest + openecomp-sdc-common-rest + + org.openecomp.sdc + openecomp-sdc-rest-webapp + 1.6.0-SNAPSHOT + - - 2.22.2 - + + - - - org.openecomp.sdc - openecomp-sdc-logging-core - ${project.version} - runtime - - - org.openecomp.sdc.core - openecomp-utilities-lib - ${project.version} - - - org.openecomp.sdc.core - openecomp-common-lib - ${project.version} - - - org.hibernate - hibernate-validator - ${hibernate.validator.version} - - - javax.ws.rs - javax.ws.rs-api - ${ws.rs.version} - - - - io.swagger.core.v3 - swagger-core - ${swagger.version} - compile - - - org.openecomp.sdc.core - openecomp-session-lib - ${project.version} - - - javax.servlet - servlet-api - ${javax.servlet.version} - provided - - - junit - junit - test - - - org.glassfish.jersey.core - jersey-common - ${jersey-common.version} - test - - - org.mockito - mockito-core - test - - + + + org.openecomp.sdc + openecomp-sdc-logging-core + ${project.version} + runtime + + + org.openecomp.sdc.core + openecomp-utilities-lib + ${project.version} + + + org.openecomp.sdc.core + openecomp-common-lib + ${project.version} + + + org.hibernate + hibernate-validator + ${hibernate.validator.version} + + + javax.ws.rs + javax.ws.rs-api + ${ws.rs.version} + + + + io.swagger.core.v3 + swagger-core + ${swagger.version} + compile + + + org.openecomp.sdc.core + openecomp-session-lib + ${project.version} + + + javax.servlet + servlet-api + ${javax.servlet.version} + provided + + + junit + junit + test + + + org.glassfish.jersey.core + jersey-common + ${jersey-bom.version} + test + + + org.mockito + mockito-core + test + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml index e27d22e96d..f7040ab9d8 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml @@ -1,72 +1,69 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - org.openecomp.sdc - unique-type-rest - 1.6.0-SNAPSHOT - + + org.openecomp.sdc + unique-type-rest + 1.6.0-SNAPSHOT + - unique-type-rest-services + unique-type-rest-services - - 2.22.2 - + + + + + org.openecomp.sdc + unique-type-rest-types + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-common-rest + ${project.version} + + + org.openecomp.sdc.core + openecomp-nosqldb-api + ${project.version} + + + javax.inject + javax.inject + ${javax.inject.version} + + + javax.ws.rs + javax.ws.rs-api + ${ws.rs.version} + + + org.springframework + spring-context + ${spring.framework.version} + - - - org.openecomp.sdc - unique-type-rest-types - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-common-rest - ${project.version} - - - org.openecomp.sdc.core - openecomp-nosqldb-api - ${project.version} - - - javax.inject - javax.inject - ${javax.inject.version} - - - javax.ws.rs - javax.ws.rs-api - ${ws.rs.version} - - - org.springframework - spring-context - ${spring.framework.version} - - - - junit - junit - ${junit.version} - test - - - org.mockito - mockito-core - test - - - org.glassfish.jersey.core - jersey-common - ${jersey-common.version} - test - - - + + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + test + + + org.glassfish.jersey.core + jersey-common + ${jersey-bom.version} + test + + \ No newline at end of file -- cgit 1.2.3-korg