geyanggang opened a new pull request, #10581: URL: https://github.com/apache/gravitino/pull/10581
### What changes were proposed in this pull request? Added `exclude(group = "commons-beanutils")` to the commons-configuration1 dependency block in `catalogs/catalog-hive/build.gradle.kts`. ### Why are the changes needed? `commons-beanutils:1.7.0` and `commons-beanutils-core:1.8.0` are transitive dependencies pulled in via `commons-configuration:1.6 `→ `commons-digester:1.8`. Gravitino does not use commons-beanutils at runtime. Excluding them keeps the dependency footprint clean. Fix: #10580 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? 1. Verified compileJava passes for catalog-hive. 2. Verified unit tests pass for catalog-hive. 3. Confirmed `commons-beanutils` and `commons-beanutils-core` no longer appear in the runtimeClasspath dependency tree. -- 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]
