Files
gerrit/lib/jgit/org.eclipse.jgit.junit/BUCK
Matthias Sohn e1d12494d9 Update JGit to 4.6.0.201612231935-r
Change-Id: Ibd58603e6c1975c883dbf9f1d115e03a25467774
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
2016-12-29 21:21:37 +00: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 = '42bd9796a68b0de8abf1e0c23ebd4006bf9645e0',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)