Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 1 | include_defs('//lib/maven.defs') |
| 2 | |
| 3 | EXCLUDE = [ |
| 4 | 'META-INF/DEPENDENCIES', |
| 5 | 'META-INF/LICENSE', |
| 6 | 'META-INF/NOTICE', |
| 7 | ] |
| 8 | |
| 9 | maven_jar( |
David Ostrovsky | b9c66ea | 2014-03-13 00:14:44 +0100 | [diff] [blame] | 10 | name = 'sshd', |
David Ostrovsky | c0a9d01 | 2016-04-05 01:22:49 +0200 | [diff] [blame] | 11 | id = 'org.apache.sshd:sshd-core:1.2.0', |
| 12 | sha1 = '4bc24a8228ba83dac832680366cf219da71dae8e', |
David Pursehouse | 2b2c3dd | 2016-08-04 10:15:59 +0900 | [diff] [blame] | 13 | src_sha1 = '490e3f03d7628ecf1cbb8317563fdbf06e68e29f', |
David Ostrovsky | b9c66ea | 2014-03-13 00:14:44 +0100 | [diff] [blame] | 14 | license = 'Apache2.0', |
| 15 | deps = [':core'], |
| 16 | exclude = EXCLUDE, |
| 17 | ) |
| 18 | |
| 19 | maven_jar( |
Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 20 | name = 'core', |
David Ostrovsky | e8a5214 | 2015-12-07 15:01:03 +0900 | [diff] [blame] | 21 | id = 'org.apache.mina:mina-core:2.0.10', |
| 22 | sha1 = 'a1cb1136b104219d6238de886bf5a3ea4554eb58', |
David Pursehouse | 2b2c3dd | 2016-08-04 10:15:59 +0900 | [diff] [blame] | 23 | src_sha1 = 'b70ff94ba379b4e825caca1af4ec83193fac4b10', |
Shawn Pearce | fd6bb9f | 2013-05-08 14:14:24 -0700 | [diff] [blame] | 24 | license = 'Apache2.0', |
| 25 | exclude = EXCLUDE, |
| 26 | ) |