aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/netconf-executor/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-11 13:07:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-11 13:07:06 +0000
commit6213aad62019a361126ee218b6b550e539e3582f (patch)
treeda007f69c3f5b5827ad1f892b2d516b905bf2e87 /ms/blueprintsprocessor/functions/netconf-executor/pom.xml
parent158912e6bbaaeda6e1f764b83da0ee253e9011a1 (diff)
parent5624d7c1590faaa6fba5e3f5eefdfcc1774a9c03 (diff)
Merge "1 Controller Design Studio"
Diffstat (limited to 'ms/blueprintsprocessor/functions/netconf-executor/pom.xml')
-rw-r--r--ms/blueprintsprocessor/functions/netconf-executor/pom.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml
index 131261d1..3128b641 100644
--- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml
+++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml
@@ -31,7 +31,29 @@
<groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId>
<artifactId>python-executor</artifactId>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>${jettison.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-core</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <!-- <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>${bouncycastle.version}</version>
+ </dependency> -->
+ <dependency>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jsch</artifactId>
+ <version>0.1.54</version>
+ </dependency>
+
+ </dependencies>
</project>