Skip to content

Commit efcc8bd

Browse files
author
huajian.wu
committed
pom删除log4j依赖
1 parent e8667a2 commit efcc8bd

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,7 @@
6161
<dependency>
6262
<groupId>org.slf4j</groupId>
6363
<artifactId>slf4j-api</artifactId>
64-
<version>1.7.5</version>
65-
</dependency>
66-
67-
<!--log4j-->
68-
<dependency>
69-
<groupId>log4j</groupId>
70-
<artifactId>log4j</artifactId>
71-
<version>1.2.15</version>
72-
<scope>test</scope>
73-
</dependency>
74-
<dependency>
75-
<groupId>org.slf4j</groupId>
76-
<artifactId>slf4j-log4j12</artifactId>
77-
<version>1.7.5</version>
78-
<scope>test</scope>
64+
<version>1.7.36</version>
7965
</dependency>
8066

8167
<!-- for mock static method,usage: http://code.google.com/p/powermock/wiki/MockStatic -->

0 commit comments

Comments
 (0)