mirror of https://gitee.com/y_project/RuoYi.git
velocity剔除commons-collections版本,防止3.2.1版本的反序列化漏洞
parent
27a3083e80
commit
e58bad1ae7
6
pom.xml
6
pom.xml
|
@ -171,6 +171,12 @@
|
|||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<version>${velocity.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- 阿里JSON解析器 -->
|
||||
|
|
Loading…
Reference in New Issue