File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 37
37
<groupId >io.netty</groupId >
38
38
<artifactId >netty-handler</artifactId >
39
39
</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 >
40
70
<dependency >
41
71
<groupId >com.fasterxml.jackson.core</groupId >
42
72
<artifactId >jackson-core</artifactId >
You can’t perform that action at this time.
0 commit comments