Browse Source

使用log4j-over-slf4j取代log4j避免log4j漏洞

pull/324/head
648540858 3 years ago
parent
commit
e728233781
  1. 8
      pom.xml

8
pom.xml

@ -148,12 +148,14 @@
<version>1.3.0-91</version>
</dependency>
<!-- 取代log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.35</version>
</dependency>
<!-- xml解析库 -->
<dependency>
<groupId>org.dom4j</groupId>

Loading…
Cancel
Save