exclude slf4j simple

This commit is contained in:
Athou
2015-02-13 09:34:34 +01:00
parent 5dad9c2eb8
commit 19118ea241

View File

@@ -336,6 +336,12 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1200-jdbc41</version>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>