Upgrade gwtjsonrpc to version 1.8

There are no functional changes in this version. The only differences
are:

- The version number is no longer a snapshot
- The group ID is changed to com.google.gerrit
- It is now consumed from Maven Central rather than the Google bucket

Change-Id: I0dbdd306377b6a0ac9b891235e0c6087e0808640
This commit is contained in:
David Pursehouse
2016-02-01 16:16:07 +09:00
parent 8f251d6687
commit 846f7cd8c7

View File

@@ -46,11 +46,10 @@ java_library(
maven_jar(
name = 'gwtjsonrpc',
id = 'gwtjsonrpc:gwtjsonrpc:1.7-2-g272ca32',
bin_sha1 = '91be25537f7e53e0b5ff5edb9a42ebfc56f764b6',
src_sha1 = '7e6d8892f2e3bf21a9854afcfd2534263636dcbc',
id = 'com.google.gerrit:gwtjsonrpc:1.8',
bin_sha1 = 'c264bf2f543cffddceada5cdf031eea06dbd44a0',
src_sha1 = 'cab9117b6349c04c9fdcb5b31434b3a20fd36062',
license = 'Apache2.0',
repository = GERRIT,
)
maven_jar(