Fix slf4j double inclusion

This commit is contained in:
Antonin Delpeuch 2018-11-01 22:07:02 +00:00
parent d674a99142
commit 922a9e7c43

View File

@ -133,6 +133,12 @@
<artifactId>wdtk-datamodel</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.18</version>
<scope>provided</scope>
</dependency>
<!-- testing dependencies -->