X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-be%2Fapi%2Fopenecomp-sdc-rest-webapp%2Fitem-rest%2Fitem-rest-services%2Fpom.xml;h=09a36c2e80171446bd2bd06ee4331b46d01e5397;hb=0a0897466ccc94214466e63a8c33cb60c2141f91;hp=773309536a506c9633f1339e867fd832cf97bc3b;hpb=dda451b79ca2f160f0a1179820a91623c0c8979e;p=sdc.git diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 773309536a..09a36c2e80 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -1,13 +1,13 @@ + 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 item-rest - 1.3.0-SNAPSHOT + 1.13.7-SNAPSHOT item-rest-services @@ -29,9 +29,15 @@ ${project.version} - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${http.client.version} + + + org.apache.httpcomponents + httpcore + + javax.inject @@ -43,6 +49,12 @@ org.apache.cxf cxf-rt-frontend-jaxrs ${cxf.version} + + + org.jboss.spec.javax.rmi + jboss-rmi-api_1.0_spec + + org.openecomp.sdc @@ -52,9 +64,52 @@ org.springframework spring-context - ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + + + com.fasterxml.jackson.core + jackson-core + + + com.github.tomakehurst + wiremock-standalone + ${wire-mock.version} + test + + + org.projectlombok + lombok + provided + + + org.openecomp.sdc.be + common-be + ${project.version} + compile + + + org.springframework + spring-core + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + + - - \ No newline at end of file +