This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 6f36abfa83a HDDS-14603. Remove dependency on netty in
hdds-hadoop-dependency-client (#9760)
6f36abfa83a is described below
commit 6f36abfa83aab57d25cc23682b428968de3faace
Author: Russole <[email protected]>
AuthorDate: Tue Feb 17 02:19:53 2026 +0800
HDDS-14603. Remove dependency on netty in hdds-hadoop-dependency-client
(#9760)
---
hadoop-hdds/hadoop-dependency-client/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml
b/hadoop-hdds/hadoop-dependency-client/pom.xml
index 980d02531ad..e3801003e69 100644
--- a/hadoop-hdds/hadoop-dependency-client/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-client/pom.xml
@@ -116,6 +116,14 @@
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-native-epoll</artifactId>
+ </exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]