You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--we use the force the minium protobuf-java version for max compatibility of grpc generated sources; the "release" profile specifies a range for publish-->
42
+
<version>${protobuf-java.min.version}</version>
43
43
</dependency>
44
44
45
45
<dependency>
@@ -239,19 +239,14 @@
239
239
240
240
<profiles>
241
241
<profile>
242
-
<!-- this profile forces us to compile against our minimum version of protobuf-java,
243
-
which is required so we can be compatible with both protobuf-java@v3 and protobuf-java@v4 consumers -->
244
-
<id>build</id>
245
-
<activation>
246
-
<activeByDefault>true</activeByDefault>
247
-
</activation>
248
-
242
+
<!-- override protobuf-java with a range in release mode, for maximum compatibility -->
243
+
<id>release</id>
249
244
<dependencies>
250
245
<dependency>
251
246
<groupId>com.google.protobuf</groupId>
252
247
<artifactId>protobuf-java</artifactId>
253
-
<!--must match minimum version in protobuf-java dependency range above-->
0 commit comments