
This is a recent snapshot built off JGit's master branch, including the fixes that went into 4.1.2.201602141800-r which we have already upgraded to on stable-2.12. Change-Id: I9cb311906957f4cbc00e0d168abfe512c070dca1
13 lines
325 B
Python
13 lines
325 B
Python
include_defs('//lib/maven.defs')
|
|
include_defs('//lib/JGIT_VERSION')
|
|
|
|
maven_jar(
|
|
name = 'junit',
|
|
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
|
|
sha1 = 'c68ddb3e2aaca05b1d2f8250dd107b5f484ed603',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['@jgit//org.eclipse.jgit:jgit'],
|
|
)
|