|
@@ -54,6 +54,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>
|