fixed test scope for slf4j-api

master r5.3.0
Francesco Mangiacrapa 3 years ago
parent 3cafa4fe91
commit ec2ed8f155

@ -95,13 +95,15 @@
</dependency>
<!-- LOGGER -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save