Remove unnecessary Guava graph lib dependency in Nomulus build

Also fixes a bad Flogger reference.  This should've been in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202306831
This commit is contained in:
mcilwain 2018-06-27 07:38:02 -07:00 committed by Ben McIlwain
parent fb9d876bff
commit 0cd69c9352

View file

@ -14,7 +14,6 @@ java_library(
"testdata/**",
]),
deps = [
"//java/com/google/common/flogger",
"//java/google/registry/config",
"//java/google/registry/flows",
"//java/google/registry/model",
@ -25,6 +24,8 @@ java_library(
"//third_party/objectify:objectify-v4_1",
"@com_google_appengine_api_1_0_sdk",
"@com_google_code_findbugs_jsr305",
"@com_google_flogger",
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_google_truth",
"@com_google_truth_extensions_truth_java8_extension",