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/controllerblueprints/parent/pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'ms/controllerblueprints/parent/pom.xml') diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index 62f300c0a..c5e01a6b6 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -36,11 +36,17 @@ 27.0.1-jre 0.5.0 2.9.2 + 1.4.197 1.2.2 1.7.4 + 2.5.1 1.7 + 2.3 + 2.6 + 3.2.1 + 3.2.2 @@ -87,17 +93,17 @@ 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 @@ -114,6 +120,11 @@ guava ${guava.version} + + net.minidev + json-smart + ${json-smart.version} + @@ -219,7 +230,6 @@ ${h2database.version} - org.onap.ccsdk.cds.controllerblueprints @@ -293,6 +303,10 @@ + + net.minidev + json-smart + com.google.guava guava -- cgit 1.2.3-korg