mirror of https://github.com/grpc/grpc-java.git
stub: add missing bazel dep @com_google_errorprone_error_prone_annotations//jar (#3584)
This commit is contained in:
parent
7df9ae9753
commit
ab0aadf8a7
|
@ -8,6 +8,7 @@ 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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue