aboutsummaryrefslogtreecommitdiffstats
path: root/sshapi-call-node/provider/pom.xml
diff options
context:
space:
mode:
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>