|
@@ -56,6 +56,40 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ym</groupId>
|
|
|
<artifactId>mec-auth-api</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <!-- <exclusion>
|
|
|
+ <groupId>org.redisson</groupId>
|
|
|
+ <artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
+ </exclusion> -->
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-common</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-transport</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-resolver</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-buffer</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-resolver-dns</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-handler</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>netty-codec</artifactId>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|