mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Use Guava instead of Apache Commons for file ops in Ghostryde
This backs out most of [] fixes the external build (which wasn't finding Apache Commons correctly), and makes miscellaneous tweaks and fixes, including better handling representing the default case of decrypting to stdout. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228877090
This commit is contained in:
parent
67d3538fdb
commit
a6476862fd
6 changed files with 61 additions and 51 deletions
|
@ -66,7 +66,6 @@ java_library(
|
|||
"//java/google/registry/whois",
|
||||
"//java/google/registry/xjc",
|
||||
"//java/google/registry/xml",
|
||||
"//third_party/java/jakarta_commons_io",
|
||||
"//third_party/jaxb",
|
||||
"//third_party/objectify:objectify-v4_1",
|
||||
"@com_beust_jcommander",
|
||||
|
@ -93,7 +92,6 @@ java_library(
|
|||
"@com_google_oauth_client_jetty",
|
||||
"@com_google_re2j",
|
||||
"@com_googlecode_json_simple",
|
||||
"@commons_io",
|
||||
"@io_bazel_rules_closure//closure/templates",
|
||||
"@jline",
|
||||
"@joda_time",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue