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 --- .../action-library-rest-services/pom.xml | 32 +++++++++++++++------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml') 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 8ee3283769..8b473a4b7c 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 @@ -4,15 +4,13 @@ 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.1.0-SNAPSHOT - action-library-rest-services - - ${project.build.directory}/generated-sources/error-codes @@ -58,7 +56,6 @@ cxf-rt-frontend-jaxrs ${cxf.version} - org.apache.httpcomponents httpclient @@ -77,12 +74,12 @@ - + @@ -102,13 +99,23 @@ ${project.version} - org.openecomp.sdc.sdc_common - openecomp-logging-api + 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 + - @@ -121,10 +128,15 @@ true + + - \ No newline at end of file + -- cgit 1.2.3-korg