This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 5b6679fce2 [Cherry-pick to branch-1.2] [#10524]
improvement(catalog-lakehouse-paimon): exclude unnecessary tomcat transitive
dependency (#10526) (#10540)
5b6679fce2 is described below
commit 5b6679fce23782d2681e3398748b99000edd25b0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 25 19:24:07 2026 +0800
[Cherry-pick to branch-1.2] [#10524] improvement(catalog-lakehouse-paimon):
exclude unnecessary tomcat transitive dependency (#10526) (#10540)
**Cherry-pick Information:**
- Original commit: 1d9bebb9eca623a1bef422adb5c5b85ce8bc6816
- Target branch: `branch-1.2`
- 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 dfb35e61fe..c7698db59e 100644
--- a/catalogs/catalog-lakehouse-paimon/build.gradle.kts
+++ b/catalogs/catalog-lakehouse-paimon/build.gradle.kts
@@ -85,6 +85,7 @@ dependencies {
exclude("commons-codec")
exclude("commons-cli")
exclude("tomcat")
+ exclude("org.apache.tomcat.embed")
exclude("org.apache.avro")
exclude("net.sf.opencsv")
exclude("javolution")