geyanggang opened a new pull request, #10579: URL: https://github.com/apache/gravitino/pull/10579
### What changes were proposed in this pull request? Added `exclude(group = "net.java.dev.jets3t")` to the hadoop-common dependency block in `catalogs/catalog-lakehouse-paimon/build.gradle.kts`,`catalogs/hive-metastore2-libs/build.gradle.kts`,`catalogs/hive-metastore3-libs/build.gradle.kts` ### Why are the changes needed? `java-xmlbuilder:0.4` is pulled in transitively via `hadoop-common:2.10.2 `→ `jets3t:0.9.0`. jets3t is an obsolete Amazon S3 client library that Gravitino does not use at runtime. Excluding it removes both jets3t and java-xmlbuilder from the dependency tree. Fix: #10578 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? 1. Verified compileJava passes for all three affected modules. 2. Verified unit tests pass for catalog-lakehouse-paimon. 3. Confirmed java-xmlbuilder and jets3t no longer appear in the runtimeClasspath dependency tree of all three modules. -- 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]
