Skip to content

Commit 6218246

Browse files
sullisvietj
authored andcommitted
add netty arm64 dependencies
1 parent a2d2f90 commit 6218246

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,24 @@
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>

0 commit comments

Comments
 (0)