升级reactor-netty版本

This commit is contained in:
zhou-hao 2020-07-22 19:18:50 +08:00
parent 64df73abdb
commit a877f75a1b
1 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,14 @@
<classifier>osx-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.9.10.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>