使用log4j-over-slf4j取代log4j避免log4j漏洞
parent
f9b8ea6573
commit
e728233781
8
pom.xml
8
pom.xml
|
@ -148,12 +148,14 @@
|
||||||
<version>1.3.0-91</version>
|
<version>1.3.0-91</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 取代log4j -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j-over-slf4j</artifactId>
|
||||||
<version>1.2.17</version>
|
<version>1.7.35</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- xml解析库 -->
|
<!-- xml解析库 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dom4j</groupId>
|
<groupId>org.dom4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue