GUACAMOLE-133: Remove unnecessary bundled SLF4J from JDBC auth.

This commit is contained in:
Michael Jumper
2016-11-29 21:05:10 -08:00
parent 119fae261f
commit 348bbbf53f

View File

@@ -105,13 +105,6 @@
<scope>provided</scope>
</dependency>
<!-- SLF4J - logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<!-- MyBatis -->
<dependency>
<groupId>org.mybatis</groupId>