Browse Source

add spring-webflux

zhou-hao 3 years ago
parent
commit
9280f7b1c4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      jetlinks-components/common-component/pom.xml

+ 6 - 0
jetlinks-components/common-component/pom.xml

@@ -34,9 +34,15 @@
             <groupId>io.micrometer</groupId>
             <artifactId>micrometer-core</artifactId>
         </dependency>
+
         <dependency>
             <groupId>org.jetlinks</groupId>
             <artifactId>reactor-ql</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-webflux</artifactId>
+        </dependency>
     </dependencies>
 </project>