dimas-b commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2795474930
##########
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:
Deferring this sounds reasonable to me given this kind of deep
investigation... I wonder if @snazy might have an advice on handling this
:thinking:
--
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]