|
@@ -188,6 +188,18 @@
|
|
|
<version>3.36.0</version>
|
|
<version>3.36.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
|
|
+ <artifactId>netty-all</artifactId>
|
|
|
|
|
+ <version>4.1.33.Final</version>
|
|
|
|
|
+ <!-- 排除所有单独的netty模块 -->
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
|
|
+ <artifactId>*</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<version>2.6.2</version>
|
|
<version>2.6.2</version>
|
|
@@ -208,18 +220,6 @@
|
|
|
</executions>
|
|
</executions>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
<plugin>
|
|
<plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <excludes>
|
|
|
|
|
- <exclude>
|
|
|
|
|
- <groupId>io.netty</groupId>
|
|
|
|
|
- <artifactId>netty-resolver-dns</artifactId>
|
|
|
|
|
- </exclude>
|
|
|
|
|
- </excludes>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- <plugin>
|
|
|
|
|
<groupId>org.mybatis.generator</groupId>
|
|
<groupId>org.mybatis.generator</groupId>
|
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
<version>1.3.2</version>
|
|
<version>1.3.2</version>
|