blob: 42a02206a14e880b162dc09d98c7734556baa5cc [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
JGIT_VERSION = "4.7.5.201810051826-r"
REPO = MAVEN_CENTRAL
def external_plugin_deps():
maven_jar(
name = "jgit-http-apache",
artifact = "org.eclipse.jgit:org.eclipse.jgit.http.apache:" + JGIT_VERSION,
sha1 = "e648791bce4c7180fd03236c07f798d548e2aadd",
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 = "74f033244b2de792d811ac6557229eb7de44c1a5",
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 = "27dc0a41a13cc73b44089e6d3ab6682e19271b55",
repository = REPO,
unsign = True,
exclude = [
"about.html",
"plugin.properties",
],
)