SSHD: Update to 0.13.0

Long standing exhausting thread pool SSHD bug was apparently fixed
upstream [1].

All Gerrit releases since 2.8.5 are known to suffer from this problem
with the consequence that Gerrit must be restarted overnight.

[1] https://issues.apache.org/jira/browse/SSHD-348

Change-Id: Ic52277050aa0cd19b19531ee997d312fd7273ebc
This commit is contained in:
David Ostrovsky 2014-10-17 10:04:24 +02:00 committed by David Pursehouse
parent 52e4e0c82c
commit 3d9c70c14e

View File

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