File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 2323
2424 <dependencies >
2525
26- <!-- Netty -->
2726 <dependency >
2827 <groupId >io.netty</groupId >
29- <artifactId >netty-all</artifactId >
30- <version >${netty.version} </version >
28+ <artifactId >netty-buffer</artifactId >
29+ </dependency >
30+ <dependency >
31+ <groupId >io.netty</groupId >
32+ <artifactId >netty-handler</artifactId >
33+ </dependency >
34+ <dependency >
35+ <groupId >io.netty</groupId >
36+ <artifactId >netty-transport</artifactId >
37+ </dependency >
38+ <dependency >
39+ <groupId >io.netty</groupId >
40+ <artifactId >netty-codec-http</artifactId >
3141 </dependency >
3242
33- <!-- FastJSON2 dependencies -->
3443 <dependency >
3544 <groupId >com.alibaba.fastjson2</groupId >
3645 <artifactId >fastjson2</artifactId >
37- <version >2.0.58</version >
3846 </dependency >
3947
4048 <!-- Jackson dependencies -->
You can’t perform that action at this time.
0 commit comments