File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 1
1
# This file will replace the content of the WORKSPACE file when Bzlmod is enabled
2
2
# 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
- )
You can’t perform that action at this time.
0 commit comments