Files
gerrit/lib/jgit/org.eclipse.jgit.junit/BUCK
David Pursehouse cfb51c2cac Upgrade JGit to 4.4.1.201607150455-r.74-gd6fe52e
This snapshot includes the following improvements related to LFS:

- Include error message in response body
- Pass request and path to getLargeFileRepository
- Return HTTP 422 instead of 400

and the following other changes that are needed in Gerrit:

- RefSpec: allow construction of weird wildcarded RefSpecs
- RefSpec: reject refs ending in '/'
- BatchRefUpdate: Include command message in toString()
- DiffFormatter: Support setting a reader without a repo

Change-Id: I42eb72603c47e05cf39079164653defa96cf37c4
2016-08-04 05:14:39 +00: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 = '28afcb0bbd14e85a60b452a54fbdb06f7bf5aaf3',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)