|
@@ -25,10 +25,6 @@
|
|
|
<artifactId>mybatis-plus-annotation</artifactId>
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
</exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>microsvc-common-tools</artifactId>
|
|
|
- <groupId>com.microsvc.toolkit.common</groupId>
|
|
|
- </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -48,6 +44,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ym</groupId>
|
|
|
<artifactId>mec-thirdparty</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <dependency>
|
|
@@ -124,6 +126,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>${com.microsvc.toolkit.version}</version>
|