File tree 4 files changed +1
-22
lines changed
java-core/google-cloud-core
4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 424
424
<dependency >
425
425
<groupId >com.google.protobuf</groupId >
426
426
<artifactId >protobuf-java-util</artifactId >
427
- <exclusions >
428
- <exclusion >
429
- <groupId >com.google.j2objc</groupId >
430
- <artifactId >j2objc-annotations</artifactId >
431
- </exclusion >
432
- </exclusions >
433
427
</dependency >
434
428
<dependency >
435
429
<groupId >io.grpc</groupId >
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ version.gax_httpjson=2.34.1-SNAPSHOT
26
26
# The protobuf version is only used for generating gradle files for showcase module,
27
27
# not for self-service clients (from googleapis project).
28
28
29
- # On next protobuf upgrade (to 3.23.3 or higher),
30
- # remove temporarily j2objc-annotations exclusions from protobuf-java-util dependencies.
31
- # For context: https://github.com/googleapis/sdk-platform-java/pull/1791
32
29
version.com_google_protobuf =3.24.3
33
30
version.google_java_format =1.15.0
34
31
version.io_grpc =1.58.0
Original file line number Diff line number Diff line change 67
67
<dependency >
68
68
<groupId >com.google.protobuf</groupId >
69
69
<artifactId >protobuf-java-util</artifactId >
70
- <exclusions >
71
- <exclusion >
72
- <groupId >com.google.j2objc</groupId >
73
- <artifactId >j2objc-annotations</artifactId >
74
- </exclusion >
75
- </exclusions >
76
70
</dependency >
77
71
<dependency >
78
72
<groupId >com.google.code.findbugs</groupId >
117
111
</plugin >
118
112
</plugins >
119
113
</build >
120
- </project >
114
+ </project >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.google.protobuf</groupId >
35
35
<artifactId >protobuf-java-util</artifactId >
36
- <exclusions >
37
- <exclusion >
38
- <groupId >com.google.j2objc</groupId >
39
- <artifactId >j2objc-annotations</artifactId >
40
- </exclusion >
41
- </exclusions >
42
36
</dependency >
43
37
<dependency >
44
38
<groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments