dimas-b commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2793760455


##########
runtime/server/build.gradle.kts:
##########
@@ -51,7 +51,10 @@ dependencies {
   }
 
   // enforce the Quarkus _platform_ here, to get a consistent and validated 
set of dependencies
-  implementation(enforcedPlatform(libs.quarkus.bom))
+  implementation(enforcedPlatform(libs.quarkus.bom)) {
+    exclude(group = "com.google.protobuf", module = "protobuf-java")

Review Comment:
   Would it be preferable to use a BOM from Google to align protobuf versions? 
I do not recall the name of that BOM off the top of my head, but IIRC Google 
provides something for protobuf 3 and 4 separately... WDYT?
   
   This can be done in a separate PR, of course, but if the change is not huge, 
it would be nice to do it here rather than exclude protobuf.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to