geyanggang opened a new issue, #10580: URL: https://github.com/apache/gravitino/issues/10580
### What would you like to be improved? `commons-beanutils:1.7.0` and `commons-beanutils-core:1.8.0 `are pulled in transitively via `commons-configuration:1.6` → `commons-digester:1.8` into catalog-hive. These libraries are not used by Gravitino at runtime. ### How should we improve? Add `exclude(group = "commons-beanutils")` to the commons-configuration1 dependency block in `catalogs/catalog-hive/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]
