blob: 58d333a96c5bcd710cb7f7dfd2cdddb51ecae4c8 [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
JGIT_VERSION = "4.7.7.201812240805-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 = "630604166d34b5cde8c118cb77f316bfc3a97eda",
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 = "5097a9f03e0ed3f9cd960401a08ddc879ee7957e",
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 = "2b41696407db479451b6a057bb9b992573f0d400",
repository = REPO,
unsign = True,
exclude = [
"about.html",
"plugin.properties",
],
)