|
@ -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> |
|
|