Added slf4j-log4j dependency for test

This commit is contained in:
Mauro Mugnaini 2020-06-29 17:01:23 +02:00
parent 86afd4c162
commit 428ac582aa
1 changed files with 7 additions and 0 deletions

View File

@ -50,10 +50,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>