File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 9494 <classifier >linux-x86_64</classifier >
9595 <scope >test</scope >
9696 </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 >
97103 <dependency >
98104 <groupId >io.netty</groupId >
99105 <artifactId >netty-transport-native-kqueue</artifactId >
100106 <classifier >osx-x86_64</classifier >
101107 <scope >test</scope >
102108 </dependency >
109+ <dependency >
110+ <groupId >io.netty</groupId >
111+ <artifactId >netty-transport-native-kqueue</artifactId >
112+ <classifier >osx-aarch_64</classifier >
113+ <scope >test</scope >
114+ </dependency >
103115 </dependencies >
104116
105117 <profiles >
You can’t perform that action at this time.
0 commit comments