Files
gerrit/lib/jgit/org.eclipse.jgit.junit/BUCK
Hugo Arès f6fd4558fc Upgrade JGit to 4.4.1.201607150455-r.148-gabeaafc
This snapshot includes the following changes since the previous:

abeaafc Don't log error if system git config does not exist
c711361 Add missing dependency to slf4j-log4j bridge
a4508f9 Rename FSJava7Test to FSTest
5a4dcce Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository

The plan is to release Gerrit 2.13 with JGit 4.5 so this upgrade is to
release 2.13-rc1 with a JGit version that is closer to what will be JGit
4.5.

Change-Id: I75cf16a19abc5401f75be64efe72aa6013bd53b9
2016-09-12 10:36:11 -04: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 = 'cd7e83bb138d0c3dad9d2dea27c238824d056a4b',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)