sfc-gh-rliu commented on code in PR #1431:
URL: https://github.com/apache/polaris/pull/1431#discussion_r2058911209
##########
gradle/libs.versions.toml:
##########
@@ -73,6 +73,7 @@ javax-servlet-api = { module =
"javax.servlet:javax.servlet-api", version = "4.0
junit-bom = { module = "org.junit:junit-bom", version = "5.12.2" }
logback-classic = { module = "ch.qos.logback:logback-classic", version =
"1.5.18" }
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.14.6"
}
+microprofile-fault-tolerance-api = { module =
"org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
version = "4.1.1" }
Review Comment:
How does bringing in the Quarkus BOM prevent conflict? As none of the places
where I added the compile time dependency bring in Quarkus, what would it
conflict with?
--
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]