dimas-b commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2793767194
##########
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:
+1 to the test - I did see it, but was not sure why it was necessary :wink:
I think it makes sense to keep the test.
--
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]