mirror of https://github.com/grpc/grpc-java.git
core: Fix Bazel building for :util
It is now using io.grpc.internal.SerializingExecutor.
This commit is contained in:
parent
e7fd6fc55e
commit
418c8846d0
|
|
@ -54,6 +54,7 @@ java_library(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":core",
|
||||
":internal",
|
||||
"@com_google_code_findbugs_jsr305//jar",
|
||||
"@com_google_guava//jar",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue