
This includes more fixes for handling of invalid packfiles. See JGit bug 514170 [1] for details. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=514170 Change-Id: I5de2fedee90c600abb1bc78fdda6e215f1ddc291
13 lines
329 B
Python
13 lines
329 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 = '5eaebfd74c106ac5cbee9e4303f19165812f23c6',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
)
|