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

@@ -60,6 +60,12 @@
<groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>