mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Revert change to Guava 20 until we get it working properly
*** Reason for rollback *** This broke the Nomulus build. *** Original change description *** Update opensource Guava to version 20 *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137945645
This commit is contained in:
parent
1627bd4975
commit
e7d3725f51
1 changed files with 4 additions and 4 deletions
|
@ -271,14 +271,14 @@ def domain_registry_repositories():
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
name = "guava",
|
name = "guava",
|
||||||
artifact = "com.google.guava:guava:20.0",
|
artifact = "com.google.guava:guava:19.0",
|
||||||
sha1 = "89507701249388e1ed5ddcf8c41f4ce1be7831ef",
|
sha1 = "6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9",
|
||||||
)
|
)
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
name = "guava_testlib",
|
name = "guava_testlib",
|
||||||
artifact = "com.google.guava:guava-testlib:20.0",
|
artifact = "com.google.guava:guava-testlib:19.0",
|
||||||
sha1 = "e3666edd0d7b10ddfa5242b998efd831e4b264ff",
|
sha1 = "ce5b880b206de3f76d364988a6308c68c726f74a",
|
||||||
)
|
)
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue