
This snapshot inludes the following fixes since the previous: - LfsProtocolServlet: Always set the Content-Type header on response - LfsProtocolServlet: Don't set pretty printing on Gson - BaseReceivePack: null and IllegalStateException cases for getPushOptions Change-Id: I7115335bf342df11fd6376d887d13f8e7aa7d91f
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 = '9637d7ec4775a4e0e2467c8e951a735ad06a8c57',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
)
|