This is an automated email from the ASF dual-hosted git repository.

jerryshao pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 3877b46ff5 [Cherry-pick to branch-1.3] [#11337] deps(paimon): Exclude 
transitive tomcat-embed-core from hive-exec (#11338) (#11366)
3877b46ff5 is described below

commit 3877b46ff5d5dc7dfc12d58aea138248f0b6fe3e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 10:50:37 2026 +0800

    [Cherry-pick to branch-1.3] [#11337] deps(paimon): Exclude transitive 
tomcat-embed-core from hive-exec (#11338) (#11366)
    
    **Cherry-pick Information:**
    - Original commit: b5ea86aa573bfb9e39c76da35219d2db791ca863
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: geyanggang <[email protected]>
---
 catalogs/catalog-lakehouse-paimon/build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/catalogs/catalog-lakehouse-paimon/build.gradle.kts 
b/catalogs/catalog-lakehouse-paimon/build.gradle.kts
index b7c1881f23..1d2df30a3a 100644
--- a/catalogs/catalog-lakehouse-paimon/build.gradle.kts
+++ b/catalogs/catalog-lakehouse-paimon/build.gradle.kts
@@ -150,6 +150,7 @@ dependencies {
     exclude("org.apache.hive", "hive-vector-code-gen")
     exclude("org.apache.ivy")
     exclude("org.apache.logging.log4j")
+    exclude("org.apache.tomcat.embed")
     exclude("org.apache.zookeeper")
     exclude("org.codehaus.groovy")
     exclude("org.datanucleus")

Reply via email to