Files
gerrit/lib/jgit/org.eclipse.jgit.junit/BUCK
Shawn Pearce 933306d823 Update JGit to 4.5.0.201609210915-r.104-g1c70dd6d2
Includes {get,set}GitwebDescription on Repository,
which can replace methods in GitRepositoryManager.

Change-Id: Ie25a49864c770e1cfb065dfc9e7c1e8faa97b03c
2016-11-14 12:33:32 -08:00

13 lines
334 B
Python

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 = '35d1fcd4cbbf1332ac5aee89e370b65cbe82c390',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)