Files
gerrit/lib/jgit/org.eclipse.jgit.junit/BUCK
David Pursehouse 944917c23f Upgrade JGit to 4.4.1.201607150455-r.105-g81ba2be
This snapshot includes the following changes in LfsProtocolServlet
that are needed by the LFS plugin:

- Allow getLargeFileRepository to raise exceptions
- Allow access to objects in request
- Reuse existing Writer when sending error response

Change-Id: Ic1bba1d7387b1f5a9d6121e750208a9d2a1dae2f
2016-08-10 11:52:29 +09:00

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