From b942c2091cacfe09e503e445c7a15b77080ab357 Mon Sep 17 00:00:00 2001 From: Ganesh Chandrasekaran Date: Fri, 15 Jun 2018 10:17:06 +0900 Subject: CCSDK PropNode can read JSON and put to ctx Issue-ID: CCSDK-304 Change-Id: I510fe73c3eedc49071e386689090104a761a03a6 CCSDK PropertyNode can now read a JSON file and put to ctx memory Change-Id: I440ae043c020a08cd869df587916799dd7e3aeea CCSDK PropertyNode can now read a JSON file and put to ctx memory Issue-ID: CCSDK-304 Change-Id: Ic06a89c2327d07b31a1f45b9cc57783d8faf370a Signed-off-by: Ganesh Chandrasekaran --- properties-node/provider/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'properties-node/provider/pom.xml') diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 9dcdb9b62..b3a1cf533 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -26,6 +26,11 @@ junit test + + org.springframework + spring-test + test + org.onap.ccsdk.sli.core sli-common @@ -38,6 +43,10 @@ org.slf4j slf4j-api - + + org.codehaus.jettison + jettison + provided + -- cgit 1.2.3-korg