1. 移除 netty-all,减少依赖

2. 修复 xss 无法禁用的问题
This commit is contained in:
YunaiV
2023-09-17 00:46:11 +08:00
parent 3af88326f9
commit e7703c6f48
3 changed files with 1 additions and 12 deletions

View File

@@ -67,7 +67,6 @@
<commons-net.version>3.9.0</commons-net.version>
<jsch.version>0.1.55</jsch.version>
<tika-core.version>2.7.0</tika-core.version>
<netty-all.version>4.1.90.Final</netty-all.version>
<ip2region.version>2.7.0</ip2region.version>
<reflections.version>0.10.2</reflections.version>
<!-- 三方云服务相关 -->
@@ -580,12 +579,6 @@
<version>${jsch.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty-all.version}</version>
</dependency>
<dependency>
<groupId>com.xingyuv</groupId>
<artifactId>spring-boot-starter-captcha-plus</artifactId>