Skip to content

Commit 3d5eff9

Browse files
authored
bazel: remove unnecessary build deps (#12310)
1 parent 7322c07 commit 3d5eff9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

grpclb/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ java_library(
1717
"//context",
1818
"//core:internal",
1919
"//stub",
20-
"//util",
2120
"@com_google_protobuf//:protobuf_java_util",
2221
"@io_grpc_grpc_proto//:grpclb_load_balancer_java_proto",
2322
artifact("com.google.code.findbugs:jsr305"),

s2a/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ java_library(
5757
],
5858
deps = [
5959
":token_manager",
60-
":s2a_channel_pool",
6160
":s2a_identity",
6261
"//api",
6362
"//core:internal",

xds/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ java_library(
344344
"//api",
345345
"//core:internal",
346346
"//stub",
347-
"//testing",
348347
"//testing-proto:simpleservice_java_grpc",
349348
"//testing-proto:simpleservice_java_proto",
350349
"//util",

0 commit comments

Comments
 (0)