From c32b985658c9c3b743c527be058fcbe9d1501f82 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 30 Mar 2021 12:57:40 -0700 Subject: [PATCH] GUACAMOLE-1298: Correct Maven dependency version conflicts within RADIUS support. --- extensions/guacamole-auth-radius/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/extensions/guacamole-auth-radius/pom.xml b/extensions/guacamole-auth-radius/pom.xml index 8447d5796..047f6d557 100644 --- a/extensions/guacamole-auth-radius/pom.xml +++ b/extensions/guacamole-auth-radius/pom.xml @@ -219,10 +219,26 @@ jradius-core 1.1.5 + org.slf4j slf4j-api + + commons-logging + commons-logging + + + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + @@ -240,6 +256,14 @@ 1.1.5 + + + commons-logging + commons-logging + 1.1.1 + +