Skip to content

Commit

Permalink
精简一下看看
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Dec 19, 2024
1 parent 04d368d commit 06a7ce5
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,31 @@
<!-- <version>0.1-beta</version>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.115.Final</version>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.116.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-kqueue -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.116.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-classes-epoll -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-epoll</artifactId>
<version>4.1.116.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-classes-kqueue -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>4.1.116.Final</version>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down

0 comments on commit 06a7ce5

Please sign in to comment.