[Add] Project 将 log4j2 作为项目测试时的 Logger 实现;

[Add] org.apache.logging.log4j:log4j-slf4j-impl 使用 log4j2 作为测试时的日志实现;
This commit is contained in:
LamGC 2020-09-23 13:55:45 +08:00
parent 4d8e0af7a5
commit cd3d5e42eb
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -90,6 +90,12 @@
<version>1.7.30</version> <version>1.7.30</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>