瀏覽代碼

add webflux dependency

allen 1 年之前
父節點
當前提交
f2d6e415cb
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      cirs-admin/pom.xml

+ 6 - 0
cirs-admin/pom.xml

@@ -66,6 +66,12 @@
             <artifactId>cirs-biz</artifactId>
         </dependency>
 
+        <!-- httpclient -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-webflux</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>