Apply ComparatorGenerator to Keyring

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=150274599
This commit is contained in:
guyben 2017-03-15 19:17:52 -07:00 committed by Ben McIlwain
parent 6a8b25360c
commit 9984c92386
2 changed files with 199 additions and 0 deletions

View file

@ -9,6 +9,7 @@ java_library(
srcs = glob(["*.java"]),
resources = glob(["*.asc"]),
deps = [
"//java/google/registry/util",
"@com_google_code_findbugs_jsr305",
"@com_google_dagger",
"@com_google_guava",