[Delete] 从项目父 POM 中移除有关 Slf4j 实现的依赖项(最终依赖项交给 exec 模块);

[Delete] org.apache.logging.log4j:log4j-slf4j-impl 从父 POM 中移除该日志实现依赖项;
This commit is contained in:
LamGC 2020-09-04 23:32:56 +08:00
parent 06c3af9350
commit 565049f393
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -89,12 +89,6 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -102,7 +96,6 @@
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>