Update gwtorm to 1.7.1

Change-Id: Ia9ba26bdda20a053bc3a267c5c9efad37e76ab77
This commit is contained in:
David Pursehouse
2014-06-30 22:38:29 +09:00
parent a3bed28ef7
commit 45946f19ce

View File

@@ -24,9 +24,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE')
maven_jar(
name = 'gwtorm',
id = 'gwtorm:gwtorm:1.7',
bin_sha1 = 'ee3b316a023f1422dd4b6654a3d51d0e5690809c',
src_sha1 = 'a145bde4cc87a4ff4cec283880e2a03be32cc868',
id = 'gwtorm:gwtorm:1.7.1',
bin_sha1 = '1e56f2be88b6eb9bd90f515b87d8cf2f1812a317',
src_sha1 = '1b8a3235295b8597b3e5383827f39201bc73ceef',
license = 'Apache2.0',
deps = [':protobuf'],
repository = GERRIT,