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:
David Ostrovsky 2014-07-01 00:45:25 +02:00 committed by David Pursehouse
parent 4488bd6857
commit f69698ce9b

View File

@ -8,11 +8,12 @@ EXCLUDE = [
maven_jar(
name = 'sshd',
id = 'org.apache.sshd:sshd-core:0.11.0',
sha1 = '450da44553c98805ca6bb5709cad54df4acb802a',
id = 'org.apache.sshd:sshd-core:0.11.1-atlassian-1',
sha1 = '0de20bfa03ddeedc8eb54ab6e85e90e776ea18f8',
license = 'Apache2.0',
deps = [':core'],
exclude = EXCLUDE,
repository = ATLASSIAN,
)
maven_jar(