geyanggang opened a new issue, #10712: URL: https://github.com/apache/gravitino/issues/10712
### What would you like to be improved? `htrace-core4-4.1.0-incubating.jar` is pulled transitively by Hadoop across 15+ modules. HTrace is an optional tracing framework that Gravitino does not use. It also bundles an outdated shaded `jackson-databind(2.4.0)` internally. ### How should we improve? Add a global exclusion for `org.apache.htrace:htrace-core4 `in `build.gradle.kts` under subprojects.configurations.all. Hadoop gracefully handles the absence of HTrace at runtime. -- 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]
