Skip to content

Commit 6f36abf

Browse files
authored
HDDS-14603. Remove dependency on netty in hdds-hadoop-dependency-client (#9760)
1 parent 135d58a commit 6f36abf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • hadoop-hdds/hadoop-dependency-client

hadoop-hdds/hadoop-dependency-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@
116116
<groupId>dnsjava</groupId>
117117
<artifactId>dnsjava</artifactId>
118118
</exclusion>
119+
<exclusion>
120+
<groupId>io.netty</groupId>
121+
<artifactId>netty-handler</artifactId>
122+
</exclusion>
123+
<exclusion>
124+
<groupId>io.netty</groupId>
125+
<artifactId>netty-transport-native-epoll</artifactId>
126+
</exclusion>
119127
<exclusion>
120128
<groupId>javax.servlet</groupId>
121129
<artifactId>javax.servlet-api</artifactId>

0 commit comments

Comments
 (0)