Skip to content

Commit 05cf853

Browse files
committed
test
1 parent 8dff313 commit 05cf853

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

testkit-backend/pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,36 @@
3737
<groupId>io.netty</groupId>
3838
<artifactId>netty-handler</artifactId>
3939
</dependency>
40+
<dependency>
41+
<groupId>io.netty</groupId>
42+
<artifactId>netty-transport-native-epoll</artifactId>
43+
<classifier>linux-aarch_64</classifier>
44+
<scope>runtime</scope>
45+
</dependency>
46+
<dependency>
47+
<groupId>io.netty</groupId>
48+
<artifactId>netty-transport-native-epoll</artifactId>
49+
<classifier>linux-riscv64</classifier>
50+
<scope>runtime</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>io.netty</groupId>
54+
<artifactId>netty-transport-native-epoll</artifactId>
55+
<classifier>linux-x86_64</classifier>
56+
<scope>runtime</scope>
57+
</dependency>
58+
<dependency>
59+
<groupId>io.netty</groupId>
60+
<artifactId>netty-transport-native-kqueue</artifactId>
61+
<classifier>osx-x86_64</classifier>
62+
<scope>runtime</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>io.netty</groupId>
66+
<artifactId>netty-transport-native-kqueue</artifactId>
67+
<classifier>osx-aarch_64</classifier>
68+
<scope>runtime</scope>
69+
</dependency>
4070
<dependency>
4171
<groupId>com.fasterxml.jackson.core</groupId>
4272
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)