blob: 53c41b8eb3ddf025768f8c4dbb08733822852d07 [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL")
JGIT_VERSION = '4.11.0.201803080745-r.93-gcbb2e65db'
REPO = GERRIT
def external_plugin_deps():
maven_jar(
name = 'jgit_http_apache',
artifact = 'org.eclipse.jgit:org.eclipse.jgit.http.apache:' + JGIT_VERSION,
sha1 = '86433bed1eb77c4dccc8038162fd36ecb5fd9890',
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 = '4a73a22fff5509539cefe1004d2595c4ab805688',
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 = '8a37bec85e4eab5091e8f024da6e2bd8a9957802',
repository = REPO,
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)
maven_jar(
name = 'joda_time',
artifact = 'joda-time:joda-time:2.9.9',
sha1 = 'f7b520c458572890807d143670c9b24f4de90897',
)