소스 검색

升级reactor-netty版本

zhou-hao 5 년 전
부모
커밋
a877f75a1b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      jetlinks-standalone/pom.xml

+ 8 - 0
jetlinks-standalone/pom.xml

@@ -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>