Skip to content

Commit a9cb411

Browse files
committed
Add missing Bazel deps
1 parent 57a45f4 commit a9cb411

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

protobuf/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ java_library(
1212
"@com_google_protobuf//:protobuf_java",
1313
artifact("com.google.api.grpc:proto-google-common-protos"),
1414
artifact("com.google.code.findbugs:jsr305"),
15+
artifact("com.google.errorprone:error_prone_annotations"),
1516
artifact("com.google.guava:guava"),
1617
],
1718
)

rls/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ java_library(
1919
"@io_grpc_grpc_proto//:rls_java_proto",
2020
artifact("com.google.auto.value:auto-value-annotations"),
2121
artifact("com.google.code.findbugs:jsr305"),
22+
artifact("com.google.errorprone:error_prone_annotations"),
2223
artifact("com.google.guava:guava"),
2324
],
2425
)

0 commit comments

Comments
 (0)