Skip to content

Commit d49529b

Browse files
meteorcloudycopybara-github
authored andcommitted
Remove remaining bind statements in WORKSPACE.bzlmod
PiperOrigin-RevId: 522322531 Change-Id: I16d5a9c1fa238f90c9f4d5dc9e4bd258c58e0bb9
1 parent 6d6fa81 commit d49529b

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

WORKSPACE.bzlmod

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,2 @@
11
# This file will replace the content of the WORKSPACE file when Bzlmod is enabled
22
# No WORKSPACE prefix or suffix are added.
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(
8-
name = "error_prone_annotations",
9-
actual = "//third_party:error_prone_annotations",
10-
)
11-
12-
bind(
13-
name = "j2objc_annotations",
14-
actual = "//third_party/java/j2objc-annotations:j2objc-annotations",
15-
)
16-
17-
bind(
18-
name = "gson",
19-
actual = "//third_party:gson",
20-
)
21-
22-
bind(
23-
name = "jsr305",
24-
actual = "//third_party:jsr305",
25-
)
26-
27-
bind(
28-
name = "guava",
29-
actual = "//third_party:guava",
30-
)

0 commit comments

Comments
 (0)