From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- .../vendor-software-products-rest-services/pom.xml | 63 ++++++++++++---------- 1 file changed, 36 insertions(+), 27 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml index d0458bf89d..f146881751 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml @@ -4,15 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + vendor-software-products-rest-services + org.openecomp.sdc.onboarding vendor-software-products-rest 1.1.0-SNAPSHOT - vendor-software-products-rest-services - - org.springframework @@ -46,26 +45,19 @@ cxf-rt-frontend-jaxrs ${cxf.version} - org.apache.httpcomponents httpclient ${http.client.version} - - javax.ws.rs - javax.ws.rs-api - ${ws.rs.version} - - - + @@ -82,7 +74,7 @@ com.sun.jersey jersey-core - 1.19.1 + ${jersey.core.version} javax.ws.rs @@ -93,39 +85,51 @@ io.swagger swagger-annotations - 1.5.3 - - - org.openecomp.sdc.onboarding - vendor-software-products-rest-types - ${project.version} + ${swagger.version} com.fasterxml.jackson.core jackson-annotations - 2.7.4 + ${jackson.annotations.version} com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.7.4 + ${jackson.dataformat.version} org.codehaus.woodstox woodstox-core-asl - 4.4.1 + ${woodstox.version} - org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} - - + + com.sun.jersey.contribs + jersey-multipart + ${jersey.multipart.version} + provided + + + org.openecomp.sdc + openecomp-sdc-common-rest + ${project.version} + + + org.openecomp.sdc.onboarding + vendor-software-products-rest-types + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-activity-log-manager + ${project.version} + - @@ -138,7 +142,12 @@ true + + - \ No newline at end of file + -- cgit 1.2.3-korg