core: Fix Bazel building for :util

It is now using io.grpc.internal.SerializingExecutor.
This commit is contained in:
Eric Anderson 2017-06-26 15:34:51 -07:00
parent e7fd6fc55e
commit 418c8846d0
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ java_library(
visibility = ["//visibility:public"],
deps = [
":core",
":internal",
"@com_google_code_findbugs_jsr305//jar",
"@com_google_guava//jar",
],