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