升级log4j版本
This commit is contained in:
parent
4294f218a5
commit
3f6445527f
19
pom.xml
19
pom.xml
|
|
@ -30,6 +30,7 @@
|
|||
<reactor.excel.version>1.0.1</reactor.excel.version>
|
||||
<reactor.ql.version>1.0.13</reactor.ql.version>
|
||||
<fastjson.version>1.2.70</fastjson.version>
|
||||
<log4j.version>2.15.0</log4j.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
@ -171,6 +172,24 @@
|
|||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-to-slf4j</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue