
This snapshot includes the following commits since the previous: 1096652 LfsProtocolServlet: Add support for rate limit and bandwidth limit errors de89b7d LfsProtocolServlet: Always include message in error response 0a86b03 LfsRepository{NotFound,ReadOnly}: Externalize message strings 2fc1ceb DownloadTest: Use enums from org.apache.http.HttpStatus 108bee1 Ignore IOException thrown from close f15e9c0 DfsObjDatabase: clear PackList dirty bit if no new packs 13f0db2 Enhance ResetCommand to allow disabling reflog update Change-Id: I6590a62f3e1d839a8d36a4b933771d195cbe7650
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 = 'dc7edb9c3060655c7fb93ab9b9349e815bab266f',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
)
|