From 481a2ca60b85c692558a2042609858741b40973f Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 2 Apr 2021 21:18:52 -0700 Subject: [PATCH] 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. --- .../modules/guacamole-auth-jdbc-base/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml index 764311041..12f5f2636 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml @@ -64,7 +64,7 @@ org.mybatis mybatis-guice - 3.12 + 3.10