summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2019-01-14 17:30:03 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2019-05-06 15:22:05 +0200
commit86cee68e0d9282ecc6a49792693309e8d5d9d984 (patch)
tree7a4745417f0bcbd9f5e998f21f4703db38ee19c2 /WORKSPACE
parent756c2c2b3c9be5f9c487c08de868acaeb43348d9 (diff)
downloadjgit-86cee68e0d9282ecc6a49792693309e8d5d9d984.tar.gz
jgit-86cee68e0d9282ecc6a49792693309e8d5d9d984.zip
Apache MINA sshd client: adapt to sshd 2.2.0
Update target platforms, maven and bazel builds to use sshd 2.2.0. Adapt internal classes to changed sshd interfaces and remove previous work-arounds for asking repeatedly for key passwords and for loading keys lazily; both are now done by sshd. CQ: 19034 CQ: 19035 Bug: 541425 Change-Id: I85e1df6ebb8a94953a912d9b2b8a7b5bdfbd608a Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 5 insertions, 5 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 46d8002f66..8ee3fece4f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -59,15 +59,15 @@ maven_jar(
)
maven_jar(
- name = "sshd-core",
- artifact = "org.apache.sshd:sshd-core:2.0.0",
- sha1 = "f4275079a2463cfd2bf1548a80e1683288a8e86b",
+ name = "sshd-osgi",
+ artifact = "org.apache.sshd:sshd-osgi:2.2.0",
+ sha1 = "a45d48cb53678e699816e8e054e55fa33f5a4558",
)
maven_jar(
name = "sshd-sftp",
- artifact = "org.apache.sshd:sshd-sftp:2.0.0",
- sha1 = "a12d64dc2d5d23271a4dc58075e55f9c64a68494",
+ artifact = "org.apache.sshd:sshd-sftp:2.2.0",
+ sha1 = "3d011e00adf38e49bb8711a9dd762fe908a2170c",
)
maven_jar(