blob: 8b4a6abcc440a5f1128786e8419aedaa72643a1f [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL")
JGIT_VERSION = '4.9.0.201710071750-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 = '4319a746e2a75d2803875b805702da3ad108386e',
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 = '4f6c7536c6459c639736207bf93e7037403b1953',
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 = 'c1e4851ff14681d35e81f47fa25ae3eb1f838436',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)