From 71f561eb81dfa6c777cc296693cd8f69cb58b8b0 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 18 Sep 2019 10:05:39 -0400 Subject: Ensure json-smart is in right scope Adding json-smart:2.3 as dependencies to avoid Junit Failure Issue-ID: CCSDK-1740 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I6a01d344735ded414d9b42b14221cdb447882528 --- ms/sdclistener/application/pom.xml | 156 ++++++++++++++++++------------------- 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'ms/sdclistener/application/pom.xml') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index d1048acfd..2e6c183a9 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -15,91 +15,91 @@ ~ limitations under the License. --> - 4.0.0 + 4.0.0 - - org.onap.ccsdk.cds.sdclistener - parent - 0.7.0-SNAPSHOT - ../parent - + + org.onap.ccsdk.cds.sdclistener + parent + 0.7.0-SNAPSHOT + ../parent + - application - 0.7.0-SNAPSHOT - jar + application + 0.7.0-SNAPSHOT + jar - SDC Listener Application + SDC Listener Application - - 3.6.1 - ${parent.version} - + + 3.6.1 + ${parent.version} + - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-test - test - + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-test + test + - - - org.onap.sdc.sdc-distribution-client - sdc-distribution-client - 1.3.0 - + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + 1.3.0 + - - org.jmockit - jmockit - test - + + org.jmockit + jmockit + test + - - - io.grpc - grpc-netty - ${grpc.version} - - - io.grpc - grpc-protobuf - ${grpc.version} - - - io.grpc - grpc-stub - ${grpc.version} - - - com.google.protobuf - protobuf-java - - - io.grpc - grpc-testing - test - - - org.onap.ccsdk.cds.controllerblueprints - blueprint-proto - + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + + com.google.protobuf + protobuf-java + + + io.grpc + grpc-testing + test + + + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto + - - io.projectreactor - reactor-core - compile - - + + io.projectreactor + reactor-core + compile + + -- cgit 1.2.3-korg