|
@@ -56,36 +56,12 @@
|
|
|
<version>${microsvc.version}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
<artifactId>mybatis-plus-annotation</artifactId>
|
|
|
<groupId>com.baomidou</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>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
@@ -142,10 +118,6 @@
|
|
|
<version>${microsvc.version}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
<groupId>commons-io</groupId>
|
|
|
</exclusion>
|