From ab7895af033ed7fe95fdfc4a013e921764377275 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh" Date: Fri, 15 Mar 2019 07:59:22 -0400 Subject: Add cli executor module. Change-Id: I56d570204687c51286e8d3631187acea34c1bc1a Issue-ID: CCSDK-1165 Signed-off-by: Muthuramalingam, Brinda Santh --- ms/blueprintsprocessor/parent/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ms/blueprintsprocessor/parent/pom.xml') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 210943ae3..9d570768d 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -38,6 +38,9 @@ 1.3.21 1.1.1 1.18.0 + + 1.7.0 + 0.1.55 3.6.1 1.0.0 0.4.1-SNAPSHOT @@ -218,6 +221,18 @@ ${project.version} + + + org.apache.sshd + sshd-core + ${sshd.version} + + + com.jcraft + jsch + ${jsch.version} + + org.onap.ccsdk.sli.core -- cgit 1.2.3-korg