summaryrefslogtreecommitdiffstats
path: root/sshapi-call-node/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-07-27 20:52:48 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-27 20:52:48 +0000
commitbace9b5f98bfef3168134a747c8795196ce9a723 (patch)
tree707bcf95399eb7f875581439b1b40e99f13f0655 /sshapi-call-node/provider/pom.xml
parentbe3d4606d9627e5dfb461b72140f7be52e1c7776 (diff)
parent8b39ca99c8a49197b05f8fea7de9a1606c810e63 (diff)
Merge "SSHApiCallNode sshExec API Impl"
Diffstat (limited to 'sshapi-call-node/provider/pom.xml')
-rwxr-xr-xsshapi-call-node/provider/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml
index 165003ff..e380d7c2 100755
--- a/sshapi-call-node/provider/pom.xml
+++ b/sshapi-call-node/provider/pom.xml
@@ -40,6 +40,16 @@
<artifactId>sli-provider</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.appc</groupId>
+ <artifactId>appc-ssh-adapter-api</artifactId>
+ <version>1.3.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>