blob: 9899bf3953be5bfd576f959663257f5b34ce8d0f [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.13.7'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = '3eeb112375ba0eb75a81b8da62a657d7e6fb82c2',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
)
maven_jar(
name = 'acceptance-framework',
id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
sha1 = '150c7f7171f2ba91d65462d443aec75c0fd923db',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)