|
@@ -66,8 +66,12 @@
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <artifactId>microsvc-payment-common</artifactId>
|
|
|
- <groupId>com.microsvc.toolkit.middleware</groupId>
|
|
|
+ <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|