From f07c74c83343da4a8751d7f45fb1edcd111e3647 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 26 Feb 2019 11:26:03 -0500 Subject: Add CDS client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f77a2c9e8341239b97675f5897cecf28c7dfb6f Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët --- common/pom.xml | 379 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 216 insertions(+), 163 deletions(-) (limited to 'common/pom.xml') diff --git a/common/pom.xml b/common/pom.xml index 6bd142ddb2..7772453e60 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,179 +1,232 @@ - - 4.0.0 - + + 4.0.0 + org.onap.so so 1.4.0-SNAPSHOT - - common - MSO Common classes - MSO Common classes:- Logger - - - org.apache.httpcomponents - httpclient - - - javax.servlet - javax.servlet-api - - - org.springframework - spring-aspects - - + + common + MSO Common classes + MSO Common classes:- Logger + + + 1.17.1 + 3.6.1 + 4.1.30.Final + 0.4.1-SNAPSHOT + + + + + org.apache.httpcomponents + httpclient + + + javax.servlet + javax.servlet-api + + + org.springframework + spring-aspects + + org.springframework.boot spring-boot-starter-security - + org.springframework.boot spring-boot-starter-actuator - - com.jayway.jsonpath - json-path - - - org.hibernate - hibernate-core - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - org.onap.aai.schema-service - aai-schema - 1.0.0-SNAPSHOT - - - org.modelmapper - modelmapper - 1.1.0 - - - com.google.guava - guava - - - org.apache.commons - commons-lang3 - - - org.apache.cxf - cxf-rt-rs-client - ${cxf.version} - test - - - com.shazam - shazamcrest - 0.11 - test - - - com.google.guava - guava - - - org.apache.commons - commons-lang3 - - - - - org.slf4j - slf4j-ext - - - org.slf4j - slf4j-api - - - org.springframework.boot - spring-boot-configuration-processor - true - - - net.jodah - failsafe - 1.1.0 - + + com.jayway.jsonpath + json-path + + + org.hibernate + hibernate-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.onap.aai.schema-service + aai-schema + 1.0.0-SNAPSHOT + + + org.modelmapper + modelmapper + 1.1.0 + + + com.google.guava + guava + + + org.apache.commons + commons-lang3 + + + org.apache.cxf + cxf-rt-rs-client + ${cxf.version} + test + + + com.shazam + shazamcrest + 0.11 + test + + + com.google.guava + guava + + + org.apache.commons + commons-lang3 + + + + + org.slf4j + slf4j-ext + + + org.slf4j + slf4j-api + + + org.springframework.boot + spring-boot-configuration-processor + true + + + net.jodah + failsafe + 1.1.0 + org.springframework.security spring-security-web - - org.onap.logging-analytics - logging-slf4j - 1.2.2 - - - org.mockito - mockito-core - - - org.json - json - - - org.springframework.boot - spring-boot-starter-test - test - - - org.reflections - reflections - 0.9.11 - + + org.onap.logging-analytics + logging-slf4j + 1.2.2 + + + org.mockito + mockito-core + + + org.json + json + + + org.springframework.boot + spring-boot-starter-test + test + + + org.reflections + reflections + 0.9.11 + + + + + org.onap.ccsdk.apps.components + proto-definition + ${ccsdk.version} + + + + + com.google.protobuf + protobuf-java + ${protobuf.version} + + + + + io.grpc + grpc-protobuf + ${grpc.version} + + + com.google.code.findbugs + jsr305 + + + + + io.grpc + grpc-stub + ${grpc.version} + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-testing + ${grpc.version} + test + + - - - - src/main/resources - true - - - src/main/java - - **/*.java - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - default-test - - test - - - - **/NonSpringSuite.java - - - - - spring-tests - - test - - - - **/SpringSuite.java - - - - - - - + + + + src/main/resources + true + + + src/main/java + + **/*.java + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + test + + + + **/NonSpringSuite.java + + + + + spring-tests + + test + + + + **/SpringSuite.java + + + + + + + -- cgit 1.2.3-korg