We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d2f90 commit 6218246Copy full SHA for 6218246
1 file changed
pom.xml
@@ -94,12 +94,24 @@
94
<classifier>linux-x86_64</classifier>
95
<scope>test</scope>
96
</dependency>
97
+ <dependency>
98
+ <groupId>io.netty</groupId>
99
+ <artifactId>netty-transport-native-epoll</artifactId>
100
+ <classifier>linux-aarch_64</classifier>
101
+ <scope>test</scope>
102
+ </dependency>
103
<dependency>
104
<groupId>io.netty</groupId>
105
<artifactId>netty-transport-native-kqueue</artifactId>
106
<classifier>osx-x86_64</classifier>
107
108
109
110
111
+ <artifactId>netty-transport-native-kqueue</artifactId>
112
+ <classifier>osx-aarch_64</classifier>
113
114
115
</dependencies>
116
117
<profiles>
0 commit comments