aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Crosson <david.crosson@orange.com>2018-07-16 17:52:06 +0200
committerTakamune Cho <tc012c@att.com>2018-07-23 21:04:52 +0000
commit9fa2ece15b6389389782a56061a919d2a239540d (patch)
treed2dd38702286c56e993577de5c75df0f567cdecb /pom.xml
parenta2f2cddc19030e31bcf7315d2db227a4d6351d76 (diff)
Fix ssh adapter compilation issues.
Apache sshd library updated to 2.0.0 Issue-ID: APPC-835 Change-Id: Idfbc396291c3d05a47e4dceb45d06bc8084c054d Signed-off-by: David Crosson <david.crosson@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6235571f3..340a430aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,17 @@ limitations under the License.
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>0.12.0</version>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-sftp</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-scp</artifactId>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>