blob: 687e647744b1714c30f21f970db9c6e3efb5263d [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL")
JGIT_VERSION = '4.9.2.201712150930-r.15-g5fe8e31d4'
REPO = GERRIT
def external_plugin_deps():
maven_jar(
name = 'jgit_http_apache',
artifact = 'org.eclipse.jgit:org.eclipse.jgit.http.apache:' + JGIT_VERSION,
sha1 = '0d8b34c089d419ff0ea6540c9c35a796d0454ab3',
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 = 'e11b50bbef951b7a306dc8e84ca41128526d330c',
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 = '23a001273801f8866a69c328bb194ad663d92fca',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)