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