|
@ -298,6 +298,13 @@
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
<version>${logback.version}</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 代码直接调用log4j会被桥接到slf4j -->
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|