flyrain commented on code in PR #1933:
URL: https://github.com/apache/polaris/pull/1933#discussion_r2165220279
##########
plugins/spark/v3.5/spark/build.gradle.kts:
##########
@@ -55,6 +55,15 @@ dependencies {
exclude("io.smallrye.common", "*")
exclude("io.swagger", "*")
exclude("org.apache.commons", "*")
+ exclude("com.fasterxml.jackson", "*")
+ exclude("com.fasterxml.jackson.core", "*")
+ exclude("jakarta.inject", "*")
+ exclude("jakarta.validation", "*")
+ exclude("jakarta.ws.rs", "")
+ exclude("com.github.ben-manes.caffeine", "*")
+ exclude("commons-codec", "*")
+ exclude("com.google.guava", "*")
+ exclude("org.apache.polaris", "polaris-api-management-model")
Review Comment:
Another option here is to set `isTransitive =false`, so that all transitive
dependency are excluded.
--
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]