logback-classic moved to scope "test"

This commit is contained in:
Francesco Mangiacrapa 2021-05-17 14:20:26 +02:00
parent 673042fa61
commit b06c42d1a1
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<!-- JSON PARSER -->