geyanggang opened a new pull request, #10526:
URL: https://github.com/apache/gravitino/pull/10526

   
   ### What changes were proposed in this pull request?
   
   Added exclude("org.apache.tomcat.embed")  to the Paimon bundle dependency 
block in 
   build.gradle.kts.
   
   ### Why are the changes needed?
   
   tomcat-embed-core:8.5.46 is pulled in transitively via libthrift:0.14.1 
(used only for thrift's optional HTTP transport). The Paimon catalog does not 
use it at runtime. Excluding it keeps the dependency footprint clean, 
consistent with the many other excludes already in this block.
   
   Fix: #10524 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   1. Verified compileJava, jar, and test  all pass for 
:catalogs:catalog-lakehouse-paimon
   2. Confirmed tomcat-embed-core no longer appears in runtimeClasspath 
dependency tree or build/libs
   


-- 
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]

Reply via email to