We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d5203 commit e7a0f8aCopy full SHA for e7a0f8a
1 file changed
pom.xml
@@ -143,6 +143,12 @@
143
<version>${netty.version}</version>
144
<classifier>linux-x86_64</classifier>
145
</dependency>
146
+ <dependency>
147
+ <groupId>io.netty</groupId>
148
+ <artifactId>netty-transport-native-epoll</artifactId>
149
+ <version>${netty.version}</version>
150
+ <classifier>linux-aarch_64</classifier>
151
+ </dependency>
152
<dependency>
153
<groupId>io.netty</groupId>
154
<artifactId>netty-transport-native-kqueue</artifactId>
0 commit comments