Skip to content

Commit 0c38eee

Browse files
committed
remove netty-all dep.
1 parent 1eadcad commit 0c38eee

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

labs/arthas-mcp-server/pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,26 @@
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 -->

0 commit comments

Comments
 (0)