Pārlūkot izejas kodu

add webflux dependency

allen 1 gadu atpakaļ
vecāks
revīzija
f2d6e415cb
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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>