From b87e937fe030014dcc0a36135d4fb8ba55211440 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 --- .../functions/cli-executor/pom.xml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ms/blueprintsprocessor/functions/cli-executor/pom.xml (limited to 'ms/blueprintsprocessor/functions/cli-executor/pom.xml') diff --git a/ms/blueprintsprocessor/functions/cli-executor/pom.xml b/ms/blueprintsprocessor/functions/cli-executor/pom.xml new file mode 100644 index 00000000..52a78907 --- /dev/null +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -0,0 +1,40 @@ + + + + + + functions + org.onap.ccsdk.apps.blueprintsprocessor + 0.4.1-SNAPSHOT + + 4.0.0 + cli-executor + Blueprints Processor Function - CLI Executor + Blueprints Processor Function - CLI Executor + + + + org.apache.sshd + sshd-core + + + + + + \ No newline at end of file -- cgit 1.2.3-korg