removed slf4j-log4j implementation, declared slf4j-api dependency

This commit is contained in:
Roberto Cirillo 2021-05-17 12:47:43 +02:00
parent e0c8834848
commit 4e58624c4a
1 changed files with 4 additions and 6 deletions

10
pom.xml
View File

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