From a36531c38fe1a9234b8dbeaed5505cf3ca48de26 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 29 Apr 2020 18:39:35 +0100 Subject: Prepare for Junit5 Remove unused/duplicated dependencies Change-Id: Iee0d9510ffbe3e2e14574e22ba965d6829fd568b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-2844 Issue-ID: SDC-2983 --- .../action-library-rest-services/pom.xml | 233 ++++++++++----------- 1 file changed, 114 insertions(+), 119 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 91a2a0f772..5995ce52ce 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -1,131 +1,126 @@ - 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 - action-library-rest-services - - org.openecomp.sdc.onboarding - action-library-rest - 1.7.0-SNAPSHOT - + action-library-rest-services + + org.openecomp.sdc.onboarding + action-library-rest + 1.7.0-SNAPSHOT + - - ${project.build.directory}/generated-sources/error-codes - + + ${project.build.directory}/generated-sources/error-codes + - - - ${project.groupId} - action-library-rest-types - ${project.version} - + + + ${project.groupId} + action-library-rest-types + ${project.version} + - - - org.springframework - spring-core - ${spring.framework.version} - - - org.springframework - spring-context - ${spring.framework.version} - - - org.springframework - spring-context-support - ${spring.framework.version} - - - org.springframework - spring-web - ${spring.framework.version} - - - org.springframework - spring-beans - ${spring.framework.version} - + + + org.springframework + spring-core + ${spring.framework.version} + + + org.springframework + spring-context + ${spring.framework.version} + + + org.springframework + spring-context-support + ${spring.framework.version} + + + org.springframework + spring-web + ${spring.framework.version} + + + org.springframework + spring-beans + ${spring.framework.version} + - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf.version} - - - org.apache.httpcomponents - httpclient - ${http.client.version} - - - org.apache.httpcomponents - httpcore - ${http.core.version} - + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + org.apache.httpcomponents + httpclient + ${http.client.version} + + + org.apache.httpcomponents + httpcore + ${http.core.version} + - - javax.ws.rs - javax.ws.rs-api - ${ws.rs.version} - - - javax.inject - javax.inject - ${javax.inject.version} - provided - - - org.openecomp.sdc - openecomp-sdc-action-manager - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-action-api - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-logging-api - ${project.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - - - com.sun.jersey.contribs - jersey-multipart - ${jersey.multipart.version} - provided - - - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided - - - junit - junit - test - - - org.mockito - mockito-core - test - - - com.sun.activation - javax.activation - 1.2.0 - + + javax.ws.rs + javax.ws.rs-api + ${ws.rs.version} + + + javax.inject + javax.inject + ${javax.inject.version} + provided + + + org.openecomp.sdc + openecomp-sdc-action-manager + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-action-api + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-logging-api + ${project.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + com.sun.jersey.contribs + jersey-multipart + ${jersey.multipart.version} + provided + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + provided + + + org.mockito + mockito-core + test + + + com.sun.activation + javax.activation + 1.2.0 + - + -- cgit 1.2.3-korg