Yun Peng | 89ea68b | 2021-11-23 11:24:51 -0800 | [diff] [blame] | 1 | # This file will replace the content of the WORKSPACE file when Bzlmod is enabled |
| 2 | # No WORKSPACE prefix or suffix are added. |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 3 | |
| 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. |
| 7 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 8 | name = "error_prone_annotations", |
| 9 | actual = "//third_party:error_prone_annotations", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 10 | ) |
| 11 | |
| 12 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 13 | name = "j2objc_annotations", |
| 14 | actual = "//third_party/java/j2objc-annotations:j2objc-annotations", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 15 | ) |
| 16 | |
| 17 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 18 | name = "gson", |
| 19 | actual = "//third_party:gson", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 20 | ) |
| 21 | |
| 22 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 23 | name = "jsr305", |
| 24 | actual = "//third_party:jsr305", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 25 | ) |
| 26 | |
| 27 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 28 | name = "guava", |
| 29 | actual = "//third_party:guava", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 30 | ) |