|
@@ -39,6 +39,18 @@
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-common-web</artifactId>
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
|
+ <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>
|
|
@@ -133,11 +145,11 @@
|
|
|
<version>1.3.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>de.codecentric</groupId>
|
|
|
- <artifactId>spring-boot-admin-client</artifactId>
|
|
|
- <version>2.3.1</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>de.codecentric</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-admin-client</artifactId>-->
|
|
|
+<!-- <version>2.3.1</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<!-- htt请求工具-->
|
|
|
<dependency>
|