Browse Source

add webflux dependency

allen 1 year ago
parent
commit
f2d6e415cb
1 changed files with 6 additions and 0 deletions
  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>