| include_defs('//lib/maven.defs') | |
| EXCLUDE = [ | |
| 'META-INF/DEPENDENCIES', | |
| 'META-INF/LICENSE', | |
| 'META-INF/NOTICE', | |
| ] | |
| maven_jar( | |
| name = 'core', | |
| id = 'org.apache.mina:mina-core:2.0.5', | |
| sha1 = '0e134a3761833a3c28c79331e806f64f985a9eec', | |
| license = 'Apache2.0', | |
| exclude = EXCLUDE, | |
| ) | |
| maven_jar( | |
| name = 'sshd', | |
| id = 'org.apache.sshd:sshd-core:0.6.0', | |
| sha1 = '2b9a119dd77a1decec78b0c511ba400c8655e96e', | |
| license = 'Apache2.0', | |
| deps = [':core'], | |
| exclude = EXCLUDE, | |
| ) |