Skip to content

Commit

Permalink
Use nop logger in tests (#1095)
Browse files Browse the repository at this point in the history
Otherwise mockserver spams us.
  • Loading branch information
therve authored Dec 14, 2021
1 parent 8498776 commit 714d860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.32</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 714d860

Please sign in to comment.