[Project] change logback dependency definition

This commit is contained in:
Robert von Burg 2021-04-23 14:58:56 +02:00
parent 3eda5149b8
commit efe7755f3c
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>compile</scope>
</dependency>
<!-- main -->

View File

@ -255,8 +255,8 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>