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. |
| 3 | # Eventually this file should be empty after fully migrating to Bzlmod. |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 4 | workspace(name = "io_bazel") |
| 5 | |
| 6 | # Required by @com_google_protobuf//java/util:util in protobuf 3.19.0 |
| 7 | # TODO(pcloudy): Remove those bind rules, when com_google_protobuf can |
| 8 | # fetch jar dependencies via rules_jvm_external with module extension. |
| 9 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 10 | name = "error_prone_annotations", |
| 11 | actual = "//third_party:error_prone_annotations", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 12 | ) |
| 13 | |
| 14 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 15 | name = "j2objc_annotations", |
| 16 | actual = "//third_party/java/j2objc-annotations:j2objc-annotations", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 17 | ) |
| 18 | |
| 19 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 20 | name = "gson", |
| 21 | actual = "//third_party:gson", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 22 | ) |
| 23 | |
| 24 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 25 | name = "jsr305", |
| 26 | actual = "//third_party:jsr305", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 27 | ) |
| 28 | |
| 29 | bind( |
Yun Peng | 09fe7cc | 2021-11-05 05:57:28 -0700 | [diff] [blame] | 30 | name = "guava", |
| 31 | actual = "//third_party:guava", |
Yun Peng | 6181a3c | 2021-10-28 03:11:19 -0700 | [diff] [blame] | 32 | ) |