|
@@ -43,12 +43,6 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ym</groupId>
|
|
|
<artifactId>snakerflowy</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -66,25 +60,35 @@
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
<groupId>commons-logging</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>microsvc-common-http</artifactId>
|
|
|
+ <groupId>com.microsvc.toolkit.common</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</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>
|
|
@@ -121,12 +125,6 @@
|
|
|
<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>
|
|
@@ -145,10 +143,6 @@
|
|
|
<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>
|