blob: 8b0ec04c5d61448b98685f4851927ef23e604a5f [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
maven_jar(
name = 'gson',
id = 'com.google.code.gson:gson:2.3.1',
sha1 = 'ecb6e1f8e4b0e84c4b886c2f14a1500caf309757',
license = 'Apache2.0',
)
maven_jar(
name = 'guava',
id = 'com.google.guava:guava:18.0',
sha1 = 'cce0823396aa693798f8882e64213b1772032b09',
license = 'Apache2.0',
)
maven_jar(
name = 'junit',
id = 'junit:junit:4.11',
sha1 = '4e031bb61df09069aeb2bffb4019e7a5034a4ee0',
license = 'DO_NOT_DISTRIBUTE',
exported_deps = [':hamcrest-core'],
)
maven_jar(
name = 'hamcrest-core',
id = 'org.hamcrest:hamcrest-core:1.3',
sha1 = '42a25dc3219429f0e5d060061f71acb49bf010a0',
license = 'DO_NOT_DISTRIBUTE',
visibility = ['//lib:junit'],
)
maven_jar(
name = 'truth',
id = 'com.google.truth:truth:0.26',
sha1 = 'b5802815625d82f39c33219299771f3d64301b06',
license = 'DO_NOT_DISTRIBUTE',
exported_deps = [
':guava',
':junit',
],
)