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/blueprintsprocessor/parent/pom.xml | 84 +++++++++++++++++++++-------------- 1 file changed, 51 insertions(+), 33 deletions(-) (limited to 'ms/blueprintsprocessor/parent') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 726ba55c5..ac123cbfd 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -31,28 +31,36 @@ Blueprints Processor Parent - 2.2.0 - 0.1.55 + ${ccsdk.sli.core.version} + 1.1.5 + + + + 2.9.2 2.2.6.RELEASE 2.2.0 1.0.0 - ${ccsdk.sli.core.version} - 27.0.1-jre - 2.7.1 - - - 2.9.2 - 1.4.197 1.2.2 + + 1.4.197 1.7.4 - 1.1.5 + 5.5.1 + 2.8.0 + 2.6.3 + + 2.2.0 + 0.1.55 + 2.7.1 2.5.1 1.7 - 2.8.0 - 5.5.1 + 27.0.1-jre 1.10.3 - 2.6.3 1.9 + 2.3 + + 2.6 + 3.2.1 + 3.2.2 @@ -101,33 +109,36 @@ - - - - - - - - - - - + + org.apache.commons commons-lang3 - 3.2.1 + ${commons-lang3-version} commons-collections commons-collections - 3.2.2 + ${commons-collections-version} commons-io commons-io - 2.6 + ${commons-io-version} org.apache.velocity @@ -161,6 +172,11 @@ jython-standalone ${jython.version} + + net.minidev + json-smart + ${json-smart.version} + @@ -254,7 +270,6 @@ ${protobuff.java.utils.version} - org.apache.sshd @@ -329,7 +344,6 @@ - org.onap.ccsdk.cds.blueprintsprocessor @@ -562,6 +576,10 @@ + + net.minidev + json-smart + net.javacrumbs.json-unit json-unit-json-path @@ -580,10 +598,10 @@ - - - - + + + + io.springfox springfox-swagger-ui -- cgit 1.2.3-korg