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 ++++++++++++--------- 1 file changed, 80 insertions(+), 63 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services') 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} - - -- cgit 1.2.3-korg