ソースを参照

修改依赖顺序

zhou-hao 4 年 前
コミット
70458ec8b1
1 ファイル変更9 行追加9 行削除
  1. 9 9
      pom.xml

+ 9 - 9
pom.xml

@@ -170,6 +170,15 @@
     <dependencyManagement>
 
         <dependencies>
+
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-bom</artifactId>
+                <version>${netty.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <dependency>
                 <groupId>org.jetlinks</groupId>
                 <artifactId>reactor-ql</artifactId>
@@ -238,15 +247,6 @@
                 </exclusions>
             </dependency>
 
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-bom</artifactId>
-                <version>${netty.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
-
             <dependency>
                 <groupId>org.jetlinks</groupId>
                 <artifactId>rule-engine-support</artifactId>