blob: deb2dde680e094f1e2607528e7d71725a0f6a271 [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL")
JGIT_VERSION = '4.7.0.201704051617-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 = 'da1fc3c8f6ce89dd846125a38fd4c35f2436caf3',
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 = 'd71dbf2f97544cc6deff966e6d069b76049958e0',
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 = 'edf48b77d97abc70f0e048bd04864132b30d2be5',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)