geyanggang opened a new pull request, #11346: URL: https://github.com/apache/gravitino/pull/11346
### What changes were proposed in this pull request? Exclude transitive `io.netty:netty:3.10.6.Final` from `hadoop-mapreduce-client-core` in `build.gradle.kts`. ### Why are the changes needed? The legacy netty-3.x is an unused transitive dependency brought in by Hadoop. It is not required by Hive Metastore or Gravitino runtime and should be excluded to keep the dependency tree clean. Fix: #11345 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Verified `io.netty:netty:3.10.6.Final` no longer appears in `:catalogs:hive-metastore2-libs:dependencies` - `./gradlew :catalogs:hive-metastore2-libs:build` passes successfully -- 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]
