From 38f720752af4d4aad8c4e467a288d9048659f688 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 14 Mar 2018 02:07:32 -0400 Subject: AT&T 1712 and 1802 release code This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty --- mso-api-handlers/mso-api-handler-infra/pom.xml | 144 ++++++++++++------------- 1 file changed, 71 insertions(+), 73 deletions(-) (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml') diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 08ff9fedd0..023567d20b 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -17,59 +17,37 @@ UTF-8 UTF-8 3.2.9.RELEASE - 1.3.0 - 1.1.1 - 3.2.4 - 3.0.0 - 2.2.2 - 2.9.1-1 - 0.9.9-RC1 - 3.16.1-GA - 2.5.2 - 1.0.3 - 3.0.18.Final + 1.3.0 + 1.1.1 + 3.2.4 + 3.0.0 + 2.2.2 + 2.9.1-1 + 0.9.9-RC1 + 3.16.1-GA + 2.5.2 + 1.0.3 - com.github.tomakehurst - wiremock - 2.6.0 + org.jboss.resteasy + resteasy-jaxrs + 3.5.0.Final + + + org.jboss.resteasy + resteasy-client + 3.5.0.Final + + org.camunda.bpm camunda-engine 7.8.0-alpha1 provided - - org.jboss.resteasy - resteasy-jaxrs - 3.0.19.Final - provided - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.apache.httpcomponents - httpclient - - - - - - javax - javaee-web-api - 6.0 - provided - - org.jboss.spec.javax.ejb jboss-ejb-api_3.2_spec @@ -89,17 +67,11 @@ 1.1.1 provided - - org.jboss.resteasy - resteasy-jackson-provider - ${resteasy-version} - javax.ws.rs jsr311-api ${jax-rs-version} - org.json4s json4s-jackson_2.9.1-1 @@ -115,16 +87,18 @@ jackson-databind ${fasterxml-json-version} + - com.fasterxml.jackson.core - jackson-core - ${fasterxml-json-version} + org.codehaus.jackson + jackson-core-asl + 1.9.13 - com.fasterxml.jackson.core - jackson-annotations - ${fasterxml-json-version} + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + com.thoughtworks.paranamer paranamer @@ -178,6 +152,7 @@ swagger-jaxrs_2.9.1 ${swagger-version} + org.springframework @@ -192,7 +167,7 @@ org.springframework spring-web - ${spring-version} + 4.3.2.RELEASE org.springframework @@ -223,7 +198,7 @@ org.onap.so mso-catalog-db ${project.version} - + org.onap.so mso-requests-db @@ -240,29 +215,52 @@ ${project.version} - org.mockito - mockito-all - 1.10.19 - test + org.json + json + 20160212 + + + pl.pragmatists + JUnitParams + 1.0.5 + test - org.jmockit - jmockit - 1.8 - test - + com.openpojo + openpojo + 0.8.6 + test + - junit - junit - 4.12 + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.2.0-SNAPSHOT test + + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.2.3 + + + org.slf4j + slf4j-log4j12 + + + - org.json - json - 20160212 - + org.onap.so + MSORESTClient + ${project.version} + + + javax + javaee-web-api + 6.0 + provided + + ${project.artifactId}-${project.version} @@ -279,4 +277,4 @@ war - \ No newline at end of file + -- cgit 1.2.3-korg