blob: 1b3231eaeb88873c991c5e7ceca0088574d0e5ad [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
JGIT_VERSION = "5.3.7.202002110540-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 = "2a7795f4af2589c4dfeb5fedca4ebe3985d350e0",
repository = REPO,
exclude = [
"about.html",
"plugin.properties",
],
)
maven_jar(
name = "jgit-lfs",
artifact = "org.eclipse.jgit:org.eclipse.jgit.lfs:" + JGIT_VERSION,
sha1 = "09c56d0c76823dd59c31b4843aa6782d1811303a",
repository = REPO,
exclude = [
"about.html",
"plugin.properties",
],
)
maven_jar(
name = "jgit-lfs-server",
artifact = "org.eclipse.jgit:org.eclipse.jgit.lfs.server:" + JGIT_VERSION,
sha1 = "10fd5160ef668c9c55b32cce1cbf8507c03c2c1a",
repository = REPO,
exclude = [
"about.html",
"plugin.properties",
],
)