Browse Source

去除spring-boot-admin-client

dsx 2 năm trước cách đây
mục cha
commit
30ff29e3cb
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      pom.xml

+ 11 - 0
pom.xml

@@ -79,7 +79,18 @@
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-gateway</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
 
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>5.2.16.RELEASE</version>
         </dependency>
 
         <dependency>