blob: 61b3c8c78f5c65ad7ac7bd03392468a8430014b4 [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
JGIT_VERSION = "5.2.1.201812262042-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 = "9ddf5e5fc9b1cb367f1b8321a301b4923ff7ab84",
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 = "8bced87e3c9829feb02595743dacbbdde0f68995",
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 = "b350bd34e70d4d7812c5f0caf6ff04672c9267c2",
repository = REPO,
unsign = True,
exclude = [
"about.html",
"plugin.properties",
],
)
maven_jar(
name = "joda-time",
artifact = "joda-time:joda-time:2.9.9",
sha1 = "f7b520c458572890807d143670c9b24f4de90897",
)