flyrain commented on code in PR #3865:
URL: https://github.com/apache/polaris/pull/3865#discussion_r2842852831
##########
extensions/federation/hadoop/build.gradle.kts:
##########
@@ -44,6 +44,7 @@ dependencies {
exclude("com.sun.jersey", "jersey-server")
exclude("com.sun.jersey", "jersey-servlet")
exclude("io.dropwizard.metrics", "metrics-core")
+ exclude(group = "org.eclipse.jetty") // No Jetty server, please
Review Comment:
I’m fine either removing the comment entirely or expanding it to clearly
explain the rationale, whichever we think adds more clarity for future readers.
--
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]