blob: 6725143a7f59f78d37e34fe0d68573fd660d303b [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.
3# Eventually this file should be empty after fully migrating to Bzlmod.
Yun Peng6181a3c2021-10-28 03:11:19 -07004workspace(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.
9bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070010 name = "error_prone_annotations",
11 actual = "//third_party:error_prone_annotations",
Yun Peng6181a3c2021-10-28 03:11:19 -070012)
13
14bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070015 name = "j2objc_annotations",
16 actual = "//third_party/java/j2objc-annotations:j2objc-annotations",
Yun Peng6181a3c2021-10-28 03:11:19 -070017)
18
19bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070020 name = "gson",
21 actual = "//third_party:gson",
Yun Peng6181a3c2021-10-28 03:11:19 -070022)
23
24bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070025 name = "jsr305",
26 actual = "//third_party:jsr305",
Yun Peng6181a3c2021-10-28 03:11:19 -070027)
28
29bind(
Yun Peng09fe7cc2021-11-05 05:57:28 -070030 name = "guava",
31 actual = "//third_party:guava",
Yun Peng6181a3c2021-10-28 03:11:19 -070032)