blob: e48e352e1285391598b6acfb7122558ad8941363 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.11.7'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = 'e49e930c5c4ce74fc2c4c1cde1ddfb3ff77d0d63',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)
maven_jar(
name = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
sha1 = '1dc70f829c0b5310141dd9bd12e1bafcda48724f',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)