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 ed9789b4e8 [Cherry-pick to branch-1.3] [#11345] improvement(deps):
Exclude unused legacy netty dependency from hive-metastore2-libs (#11346)
(#11425)
ed9789b4e8 is described below
commit ed9789b4e8360d8d0bcc8ccbf09cbd4817cb1cf2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 4 16:58:17 2026 +0800
[Cherry-pick to branch-1.3] [#11345] improvement(deps): Exclude unused
legacy netty dependency from hive-metastore2-libs (#11346) (#11425)
**Cherry-pick Information:**
- Original commit: ccb0dedce2a04af46af54184d1b543a50d53feac
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: geyanggang <[email protected]>
---
catalogs/hive-metastore2-libs/build.gradle.kts | 1 +
1 file changed, 1 insertion(+)
diff --git a/catalogs/hive-metastore2-libs/build.gradle.kts
b/catalogs/hive-metastore2-libs/build.gradle.kts
index a2ede14a5e..d2a01d348f 100644
--- a/catalogs/hive-metastore2-libs/build.gradle.kts
+++ b/catalogs/hive-metastore2-libs/build.gradle.kts
@@ -62,6 +62,7 @@ dependencies {
exclude(group = "com.google.code.findbugs")
exclude(group = "com.google.guava")
exclude(group = "com.sun.jersey")
+ exclude(group = "io.netty", module = "netty")
exclude(group = "log4j")
exclude(group = "org.apache.avro")
exclude(group = "org.apache.logging.log4j")