geyanggang opened a new issue, #11337:
URL: https://github.com/apache/gravitino/issues/11337
### What would you like to be improved?
`tomcat-embed-core:8.5.46` is still pulled into the Paimon catalog runtime
via `hive-exec` → `hive-shims-common` → `libthrift:0.14.1`. The previous
exclude on `libs.bundles.paimon` does not cover this path. The jar is unused at
runtime and bloats the distribution.
### How should we improve?
Add `exclude("org.apache.tomcat.embed")` to the
`runtimeOnly(libs.hive2.exec)` dependency block 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]