This commit is contained in:
zc
2026-03-13 09:47:51 +08:00
parent 687be5840e
commit d60966dd3f
7 changed files with 35 additions and 32 deletions

View File

@@ -119,5 +119,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.100.Final</version>
</dependency>
</dependencies>
</project>