blob: b0f67e5c8ca509305c2e7170b80721d6a267a294 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.12.6'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
sha1 = '2256f4aea112d3b5ff7e17a70e74140b7fe860ab',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)
maven_jar(
name = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
sha1 = '0ae509d4f157b7352690da489436c34e3ca262d6',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)