Skip to content

Commit cf36aa7

Browse files
author
Guillaume Lederrey
committed
Adding slf4j-simple to test scope.
This allows slf4j to be properly initialized and logs to be sent to the console. Change-Id: I8c6d6c836ef0ed6fc4ab811feba1147d58d75459
1 parent 4266652 commit cf36aa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

http-client-utils/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<artifactId>wiremock-jre8</artifactId>
2424
<scope>test</scope>
2525
</dependency>
26+
<dependency>
27+
<groupId>org.slf4j</groupId>
28+
<artifactId>slf4j-simple</artifactId>
29+
<scope>test</scope>
30+
</dependency>
2631
<dependency>
2732
<groupId>ru.lanwen.wiremock</groupId>
2833
<artifactId>wiremock-junit5</artifactId>

0 commit comments

Comments
 (0)