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