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=358a46043844f5be7beab6a2aa231cd66e10082c;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=5eb4b4e3dab09ae6e0b5105c40ae1e7da0dfd67b;hpb=0c51c0f629767d17c364229e5d528c8b609334da;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 5eb4b4e3da..358a460438 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.2.0-SNAPSHOT + 1.13.6-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 +