From 15680d3737f3eb623cfb0ca325907291d994b9c9 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 15 May 2019 13:50:20 -0400 Subject: Add ssh client configuration service Change-Id: I88515b430311e7937ea45516cc0fb07b4dab3c2f Issue-ID: CCSDK-1335 Signed-off-by: Brinda Santh --- .../modules/commons/ssh-lib/pom.xml | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml (limited to 'ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml') diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml new file mode 100644 index 000000000..6949c4f43 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -0,0 +1,46 @@ + + + + + + commons + org.onap.ccsdk.cds.blueprintsprocessor + 0.5.0-SNAPSHOT + + 4.0.0 + + ssh-lib + jar + Blueprints Processor SSH Lib + Blueprints Processor SSH Lib + + + org.onap.ccsdk.cds.controllerblueprints + blueprint-core + + + org.onap.ccsdk.cds.blueprintsprocessor + processor-core + + + org.apache.sshd + sshd-core + + + \ No newline at end of file -- cgit 1.2.3-korg