| include_defs('//lib/maven.defs') | |
| include_defs('//lib/JGIT_VERSION') | |
| maven_jar( | |
| name = 'junit', | |
| id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS, | |
| sha1 = '8e3cb9b1f632fdfea76b04c286a2c0d8d260ebce', | |
| license = 'DO_NOT_DISTRIBUTE', | |
| repository = REPO, | |
| unsign = True, | |
| deps = ['//lib/jgit/org.eclipse.jgit:jgit'], | |
| ) |