removed logback-classic dependency

This commit is contained in:
francesco 2020-10-16 17:03:08 +02:00
parent 81a0a81e1e
commit d32df9005f
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -108,12 +108,12 @@
</dependency> </dependency>
<!-- Required to log on tests --> <!-- Required to log on tests -->
<dependency> <!-- <dependency> -->
<groupId>ch.qos.logback</groupId> <!-- <groupId>ch.qos.logback</groupId> -->
<artifactId>logback-classic</artifactId> <!-- <artifactId>logback-classic</artifactId> -->
<version>1.0.13</version> <!-- <version>1.0.13</version> -->
<scope>test</scope> <!-- <scope>test</scope> -->
</dependency> <!-- </dependency> -->
</dependencies> </dependencies>