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