forked from Qortal/qortal
Revert "Bump log4j-api version to 2.15.0"
This reverts commit 6a9904fd43
.
This commit is contained in:
parent
a215714b6b
commit
33088df07d
3
pom.xml
3
pom.xml
@ -23,7 +23,6 @@
|
||||
<jersey.version>2.29.1</jersey.version>
|
||||
<jetty.version>9.4.29.v20200521</jetty.version>
|
||||
<log4j.version>2.12.1</log4j.version>
|
||||
<log4j-api.version>2.15.0</log4j-api.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<slf4j.version>1.7.12</slf4j.version>
|
||||
<swagger-api.version>2.0.9</swagger-api.version>
|
||||
@ -519,7 +518,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>${log4j-api.version}</version>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
<!-- redirect slf4j to log4j2 -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user