Harmonize logging test configuration

This commit is contained in:
Stephane Nicoll
2019-08-18 14:35:51 +02:00
parent cd59699644
commit 976f290144
10 changed files with 80 additions and 6 deletions

View File

@@ -61,6 +61,11 @@
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>