geyanggang opened a new issue, #11345: URL: https://github.com/apache/gravitino/issues/11345
### What would you like to be improved? The `hive-metastore2-libs` module includes an unused transitive dependency `io.netty:netty:3.10.6.Final` pulled by `hadoop-mapreduce-client-core:3.3.6`. This legacy netty-3.x jar is not needed at runtime and increases the package size unnecessarily. ### How should we improve? Add `exclude(group = "io.netty", module = "netty")` to the `hadoop3-mapreduce-client-core` dependency in `build.gradle.kts`. -- 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]
