blob: b0fb671632e74cb738403eac8c27a73765161237 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13.1'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '8e12346dbb677d70987afdbec5352ff6e889a181',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)
maven_jar(
name = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
sha1 = '0890414f42fc1fd0fef0400a479836f558727234',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)