Skip to content

Commit cf7f22a

Browse files
Adds commons dependency to BUILD
Signed-off-by: anurag.ag <[email protected]>
1 parent ccd4f75 commit cf7f22a

File tree

1 file changed

+4
-1
lines changed
  • api/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3

1 file changed

+4
-1
lines changed

api/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
55
licenses(["notice"]) # Apache 2
66

77
api_proto_package(
8-
deps = ["@com_github_cncf_xds//udpa/annotations:pkg"],
8+
deps = [
9+
"//envoy/extensions/load_balancing_policies/common/v3:pkg",
10+
"@com_github_cncf_xds//udpa/annotations:pkg",
11+
]
912
)

0 commit comments

Comments
 (0)