all: remove unneeded deps on errorprone

This commit is contained in:
Carl Mastrangelo 2018-07-23 17:51:44 -07:00 committed by GitHub
parent 67073c921e
commit 8da06a8bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ java_library(
deps = [ deps = [
"//context", "//context",
"@com_google_code_findbugs_jsr305//jar", "@com_google_code_findbugs_jsr305//jar",
"@com_google_errorprone_error_prone_annotations//jar",
"@com_google_guava_guava//jar", "@com_google_guava_guava//jar",
], ],
) )

View File

@ -8,7 +8,6 @@ java_library(
"//context", "//context",
"//core", "//core",
"@com_google_code_findbugs_jsr305//jar", "@com_google_code_findbugs_jsr305//jar",
"@com_google_errorprone_error_prone_annotations//jar",
"@com_google_guava_guava//jar", "@com_google_guava_guava//jar",
], ],
) )