build: fix false dependency of http_connection_manager on cds. (#122)

pull/123/head
htuch 7 years ago committed by GitHub
parent 42594105b5
commit a00afd4df1
  1. 2
      api/filter/BUILD

@ -7,7 +7,7 @@ api_proto_library(
srcs = ["http_connection_manager.proto"],
deps = [
"//api:base",
"//api:cds",
"//api:protocol",
"//api:rds",
],
)

Loading…
Cancel
Save