blob: f6c68a41d9b41cfc0cc7cc2ce057d87ea47dd491 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13.3'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '78df190269b0d5a4bc4f61ab3a66a49252b779eb',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)
maven_jar(
name = 'acceptance-framework',
id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
sha1 = '76eceefa7e31c6945513c36c4d106066d1df3e63',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)