GUACAMOLE-773: Switch to older mybatis-guice that uses a stable SLF4J.

Newer releases of mybatis-guice have switched over to alpha releases of
SLF4J 2.0.0.
This commit is contained in:
Michael Jumper
2021-04-02 21:18:52 -07:00
parent aaa07115ba
commit 481a2ca60b

View File

@@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>org.mybatis</groupId> <groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId> <artifactId>mybatis-guice</artifactId>
<version>3.12</version> <version>3.10</version>
</dependency> </dependency>
<!-- Guice --> <!-- Guice -->