Files
gerrit/lib/mina/BUCK
David Ostrovsky e9d7cc0d30 Bump SSHD to 0.12.0-9-g635de65 to fix ESDCA public key auth
Built SSHD from master to pick this commit [1] that fixed ESDCA key
authentication bug [2].

https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=44597914edc83f53e3dfb59e370ef7e1de601f11
https://issues.apache.org/jira/browse/SSHD-336

Bug: issue 2797
Change-Id: I30f7893e9eaf87c80b639e85523ca59bfcae9be8
2014-09-12 14:57:27 +02:00

26 lines
517 B
Python

include_defs('//lib/maven.defs')
EXCLUDE = [
'META-INF/DEPENDENCIES',
'META-INF/LICENSE',
'META-INF/NOTICE',
]
maven_jar(
name = 'sshd',
id = 'org.apache.sshd:sshd-core:0.12.0-9-g635de65',
sha1 = '1ff3c9ebd0acfcd095eef30a0ee0b99846967711',
repository = GERRIT,
license = 'Apache2.0',
deps = [':core'],
exclude = EXCLUDE,
)
maven_jar(
name = 'core',
id = 'org.apache.mina:mina-core:2.0.7',
sha1 = 'c878e2aa82de748474a624ec3933e4604e446dec',
license = 'Apache2.0',
exclude = EXCLUDE,
)