blob: f9c5ae7c859c6771e79d875d946e5352c0d0ad1d [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
JGIT_VERSION = "5.1.3.201810200350-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 = "d98ca013eb8159b369af99e28be8b96a651c4f79",
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 = "9fa727360ff65f0443684a78dfc3a099da70a4f2",
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 = "8655240c3cf005ff22b7da95c2f1f1b23dc746c5",
repository = REPO,
unsign = True,
exclude = [
"about.html",
"plugin.properties",
],
)
maven_jar(
name = "joda-time",
artifact = "joda-time:joda-time:2.9.9",
sha1 = "f7b520c458572890807d143670c9b24f4de90897",
)