Update SSHD to 0.11.1-atlassian-1
Use custom build of SSHD library from Atlassian's maven repository, that fixes sporadic handshake failures [1]. [1] https://issues.apache.org/jira/browse/SSHD-330 Change-Id: I4258f515ac10e04c8c8f1850f060b9dbad6d876f
This commit is contained in:
parent
4488bd6857
commit
f69698ce9b
@ -8,11 +8,12 @@ EXCLUDE = [
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'sshd',
|
name = 'sshd',
|
||||||
id = 'org.apache.sshd:sshd-core:0.11.0',
|
id = 'org.apache.sshd:sshd-core:0.11.1-atlassian-1',
|
||||||
sha1 = '450da44553c98805ca6bb5709cad54df4acb802a',
|
sha1 = '0de20bfa03ddeedc8eb54ab6e85e90e776ea18f8',
|
||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
deps = [':core'],
|
deps = [':core'],
|
||||||
exclude = EXCLUDE,
|
exclude = EXCLUDE,
|
||||||
|
repository = ATLASSIAN,
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
|
Loading…
Reference in New Issue
Block a user