移除 Apache-common-text 包,采用 spring 内置的 HtmlUtils 处理 xss 问题

This commit is contained in:
chenkailing
2021-01-23 13:12:31 +08:00
committed by kl
parent 2dd067170b
commit 996da0862c
2 changed files with 4 additions and 7 deletions

View File

@ -62,11 +62,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
</dependency>
<!-- REDISSON -->
<dependency>
<groupId>org.redisson</groupId>