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


##########
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:
   Sure. libs.quarkus.bom is pulling in protobuf-java:4.32.1 whereas 
proto-google-cloud-iamcredentials-v1:2.83.0 says needs 4.33.2. This is only a 
problem at *runtime* so I wrote ProtobufSmokeTest.java to make sure it doesn't 
happen again. This is a transitive dependency of 
google-cloud-iamcredentials:2.83.0 which in turn is pulled in by polaris-core.



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