PhillHenry commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2794758491


##########
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:
   I think, as you say, this would be better as another PR. I played around 
with the Google Cloud BOM (26.75.0) but 17 libraries clashed as Quarkus invoked 
'strictly' on its versions. I'm sure it's not insurmountable but I feel it's 
beyond the scope of this PR. Let me know what you think.



-- 
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