replace slf4j-log4j with slf4j-api

This commit is contained in:
Roberto Cirillo 2022-07-07 10:34:01 +02:00
parent 92028eded9
commit 5cb2251385
2 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,7 @@
## [v2.5.4-SNAPSHOT] 2019-03-20
* remove latest from bom
* replace slf4j-log4j dep with slf4j api
## [v2.5.3] 2019-03-20

14
pom.xml
View File

@ -62,12 +62,16 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
<scope>provided</scope>
</dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>