added the logback-classic instead of slf4j-log4j12

This commit is contained in:
Francesco Mangiacrapa 2021-05-17 11:41:05 +02:00
parent 6b528f8eef
commit 673042fa61
2 changed files with 3 additions and 4 deletions

View File

@ -102,9 +102,8 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
</dependency>

View File

@ -18,7 +18,7 @@ public class TestUrlShortener {
protected static Logger logger = LoggerFactory.getLogger(TestUrlShortener.class);
protected static int tnt = 0;
@Test
//@Test
public void testShortener(){
Thread th = new Thread(){