统一log4j版本号pom配置

This commit is contained in:
datagear 2020-02-22 12:27:37 +08:00
parent 351d17f5ff
commit 0e00803c6c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>