blob: 8d4790ae5a7595d97a2a53f35a874eb1f88c7a83 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.11.4'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = 'c112d2c35250ea3d75c9388a4167cd6b45c7a37c',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)
maven_jar(
name = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
sha1 = '67617dd41acd90c2dfa28368871b23ecefca3d08',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)