From 418c8846d0cb9ab857cd4ae536d812384e439ad9 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 26 Jun 2017 15:34:51 -0700 Subject: [PATCH] core: Fix Bazel building for :util It is now using io.grpc.internal.SerializingExecutor. --- core/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/core/BUILD.bazel b/core/BUILD.bazel index 3ad11866b1..7b08206732 100644 --- a/core/BUILD.bazel +++ b/core/BUILD.bazel @@ -54,6 +54,7 @@ java_library( visibility = ["//visibility:public"], deps = [ ":core", + ":internal", "@com_google_code_findbugs_jsr305//jar", "@com_google_guava//jar", ],