blob: a371a31b8948d4049e29dd9e79d64039d6df1c99 [file] [log] [blame]
Yun Peng89ea68b2021-11-23 11:24:51 -08001# This file will replace the content of the WORKSPACE file when Bzlmod is enabled
2# No WORKSPACE prefix or suffix are added.
Yun Peng6181a3c2021-10-28 03:11:19 -07003
4# Required by @com_google_protobuf//java/util:util in protobuf 3.19.0
5# TODO(pcloudy): Remove those bind rules, when com_google_protobuf can
6# fetch jar dependencies via rules_jvm_external with module extension.
7bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -07008 name = "error_prone_annotations",
9 actual = "//third_party:error_prone_annotations",
Yun Peng6181a3c2021-10-28 03:11:19 -070010)
11
12bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070013 name = "j2objc_annotations",
14 actual = "//third_party/java/j2objc-annotations:j2objc-annotations",
Yun Peng6181a3c2021-10-28 03:11:19 -070015)
16
17bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070018 name = "gson",
19 actual = "//third_party:gson",
Yun Peng6181a3c2021-10-28 03:11:19 -070020)
21
22bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070023 name = "jsr305",
24 actual = "//third_party:jsr305",
Yun Peng6181a3c2021-10-28 03:11:19 -070025)
26
27bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070028 name = "guava",
29 actual = "//third_party:guava",
Yun Peng6181a3c2021-10-28 03:11:19 -070030)