File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 5858 <version >2.2</version >
5959 <scope >test</scope >
6060 </dependency >
61+ <dependency >
62+ <groupId >io.netty</groupId >
63+ <artifactId >netty-codec-native-quic</artifactId >
64+ <classifier >linux-x86_64</classifier >
65+ <scope >test</scope >
66+ </dependency >
67+ <dependency >
68+ <groupId >io.netty</groupId >
69+ <artifactId >netty-codec-native-quic</artifactId >
70+ <classifier >linux-aarch_64</classifier >
71+ <scope >test</scope >
72+ </dependency >
73+ <dependency >
74+ <groupId >io.netty</groupId >
75+ <artifactId >netty-codec-native-quic</artifactId >
76+ <classifier >osx-x86_64</classifier >
77+ <scope >test</scope >
78+ </dependency >
79+ <dependency >
80+ <groupId >io.netty</groupId >
81+ <artifactId >netty-codec-native-quic</artifactId >
82+ <classifier >osx-aarch_64</classifier >
83+ <scope >test</scope >
84+ </dependency >
6185 </dependencies >
6286
6387 <build >
You can’t perform that action at this time.
0 commit comments