no message

This commit is contained in:
pengys5 2017-04-27 02:18:09 +08:00
parent c72e1c4f33
commit 717bc584d2
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -51,6 +51,7 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>