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=6b96a4d32833233444a1a5d9e9ea65a50e7d0ad9;hpb=8e9c0653dd6c6862123c9609ae34e1206d86456e;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 6b96a4d328..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.2.0-SNAPSHOT + 1.13.4-SNAPSHOT item-rest-services @@ -28,6 +28,17 @@ openecomp-sdc-common-rest ${project.version} + + org.apache.httpcomponents.client5 + httpclient5 + ${http.client.version} + + + org.apache.httpcomponents + httpcore + + + javax.inject javax.inject @@ -38,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 @@ -47,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 +