geyanggang opened a new issue, #10524: URL: https://github.com/apache/gravitino/issues/10524
### What would you like to be improved? The catalog-lakehouse-paimon module pulls in org.apache.tomcat.embed:tomcat-embed-core:8.5.46 as a transitive dependency through paimon-hive-catalog → hive-metastore → libthrift. This dependency is not used at runtime by the Paimon catalog. ### How should we improve? Exclude org.apache.tomcat.embed groups from the Paimon bundle dependencies in build.gradle.kts , consistent with the existing exclude pattern for other unused transitive dependencies. -- 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]
