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=64e2b6df134a8a0adfc94bfc555570dc25e81f46;hb=9dcb6f393bfc76237cca809b39d5034afecf1c55;hp=7d4f00b169072e6810c8eb1901999918f633adc2;hpb=c8fcbbc2a9cc964ba1d4b872562b8f4185047308;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 7d4f00b169..64e2b6df13 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.5.0-SNAPSHOT + 1.13.4-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,25 +64,25 @@ org.springframework spring-context + + + org.springframework + spring-expression + + + org.springframework + spring-core + + com.fasterxml.jackson.core jackson-core - - junit - junit - test - - - org.mockito - mockito-core - test - com.github.tomakehurst wiremock-standalone - 2.6.0 + ${wire-mock.version} test @@ -78,6 +90,26 @@ 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 +