bazel: Fix broken common dependency

PiperOrigin-RevId: 299397431
This commit is contained in:
Google APIs 2020-03-06 11:27:25 -08:00 committed by Copybara-Service
parent 71094a343e
commit bc973a1581
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ proto_library(
],
deps = [
"//google/api:annotations_proto",
"//google/logging/type:log_severity_proto",
"//google/logging/type:type_proto",
"//google/rpc:status_proto",
"//google/type:money_proto",
"@com_google_protobuf//:any_proto",