blob: b7a40b32dfa336a1841decf225779d118ab53b5f [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13.8'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'acceptance-framework',
id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
sha1 = 'b35d038d0727889837f0b9710a8a0442471ba8b6',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = 'd8137cc9b0cb34429959374ca44d5d2bcf0eff4b',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)