[core] Use slf4j-api and slf4j-simple

Support "--debug" flag for slf4j-simple
This commit is contained in:
Andreas Dangel
2022-01-27 17:27:32 +01:00
parent 488f8c716f
commit e1d66e2f42
6 changed files with 106 additions and 48 deletions

View File

@@ -49,6 +49,10 @@
<artifactId>system-rules</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>