Replace the mvnd-common dependency from slf4j-simple to slf4j-api

This commit is contained in:
Guillaume Nodet
2020-10-05 12:34:00 +02:00
parent 2f27012fd2
commit b9e44f5902
5 changed files with 19 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>