Files
gerrit/lib/auto/BUCK
David Ostrovsky 383ada8a86 Bump auto-value version to 1.2
The latest version includes no unrelocated dependencies, so we no
longer need to exclude them as a hack.

Change-Id: I8ca79475fcbf526b0a9bb93996d17421e9bf6063
2016-05-24 14:42:08 +00:00

10 lines
222 B
Python

include_defs('//lib/maven.defs')
maven_jar(
name = 'auto-value',
id = 'com.google.auto.value:auto-value:1.2',
sha1 = '6873fed014fe1de1051aae2af68ba266d2934471',
license = 'Apache2.0',
visibility = ['PUBLIC'],
)