blob: acf0f2e6066d09b369468a02ef639b07d82d311e [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar", "GERRIT", "MAVEN_LOCAL")
JGIT_VERSION = '4.6.1.201703071140-r.123-g5094c1a5c'
REPO = GERRIT
def external_plugin_deps():
maven_jar(
name = 'jgit_http_apache',
artifact = 'org.eclipse.jgit:org.eclipse.jgit.http.apache:' + JGIT_VERSION,
sha1 = '74e128137892aa75543552bcc0f6ec65aa56edff',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)
maven_jar(
name = 'jgit_lfs',
artifact = 'org.eclipse.jgit:org.eclipse.jgit.lfs:' + JGIT_VERSION,
sha1 = '9b7939132ebe92c36b470a309982ef1604798a0d',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)
maven_jar(
name = 'jgit_lfs_server',
artifact = 'org.eclipse.jgit:org.eclipse.jgit.lfs.server:' + JGIT_VERSION,
sha1 = 'f915406042c320d3233bf734eec1856f60f279a8',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)