diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-06 16:42:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 07:41:16 -0400 |
commit | 4e4aaa9aa7acd9f66222fb6a41321c18d0839812 (patch) | |
tree | 363d1234bbeb9b096e750419ab9ad46f2aeed1de /adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml | |
parent | 6c419f4b9ab0bffff4b56d4c4115551b41199858 (diff) |
Package upgrades for Istanbul
Code updates to support package upgrades in Istanbul
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I44efd0d335bc63cc627d6ba64df1d5e406deb72a
Diffstat (limited to 'adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml')
-rw-r--r-- | adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml index 359ecade6..5661eed32 100644 --- a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml +++ b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml @@ -57,6 +57,16 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.sshd</groupId> + <artifactId>sshd-scp</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sshd</groupId> + <artifactId>sshd-sftp</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-provider</artifactId> </dependency> |