|
@@ -43,6 +43,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ym</groupId>
|
|
|
<artifactId>snakerflowy</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -63,12 +69,22 @@
|
|
|
<artifactId>spring-boot-starter-logging</artifactId>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.microsvc.toolkit.middleware</groupId>
|
|
|
<artifactId>microsvc-middleware-live</artifactId>
|
|
|
<version>${microsvc.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.microsvc.toolkit.common</groupId>
|
|
@@ -105,6 +121,12 @@
|
|
|
<groupId>com.microsvc.toolkit.middleware</groupId>
|
|
|
<artifactId>microsvc-middleware-oss</artifactId>
|
|
|
<version>${microsvc.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -123,6 +145,10 @@
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
<groupId>com.microsvc.toolkit.common</groupId>
|
|
|
<version>${microsvc.version}</version>
|