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 --- pom.xml | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 174 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a1f9ca7ede..c7c9df1035 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,6 @@ 1.1.0-SNAPSHOT - org.onap.so so pom @@ -24,6 +23,7 @@ common + cloudify-client mso-api-handlers mso-catalog-db adapters @@ -51,6 +51,7 @@ 1.1.0 https://nexus.onap.org yyyyMMdd'T'HHmm + 3.0.19.Final @@ -114,6 +115,18 @@ JBoss Repository http://repository.jboss.org/nexus/content/groups/public-jboss/ + + opendaylight-mirror + opendaylight-mirror + https://nexus.opendaylight.org/content/repositories/public/ + + true + never + + + false + + jboss-deprecated-repository JBoss Deprecated Maven Repository @@ -355,12 +368,172 @@ + + com.fasterxml.jackson.core + jackson-core + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + 2.9.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-providers + 2.9.2 + pom + + + org.jboss.resteasy + resteasy-jaxrs + ${resteasy.version} + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.apache.httpcomponents + httpclient + + + + + org.jboss.resteasy + resteasy-client + ${resteasy.version} + provided + + + org.apache.httpcomponents + httpclient + + + + + org.jboss.resteasy + resteasy-jackson2-provider + ${resteasy.version} + junit junit 4.12 test + + + org.mockito + mockito-all + 1.10.19 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + + org.powermock + powermock-api-mockito + 1.6.2 + test + + + org.powermock + powermock-module-junit4 + 1.6.2 + test + + + org.hamcrest + hamcrest-all + 1.3 + test + + + com.github.tomakehurst + wiremock + 1.56 + test + standalone + + + org.mortbay.jetty + jetty + + + com.google.guava + guava + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + org.apache.httpcomponents + httpclient + + + org.skyscreamer + jsonassert + + + xmlunit + xmlunit + + + com.jayway.jsonpath + json-path + + + net.sf.jopt-simple + jopt-simple + + + + + org.jboss.resteasy + tjws + ${resteasy.version} + test + -- cgit 1.2.3-korg