diff --git a/extensions/guacamole-auth-cas/pom.xml b/extensions/guacamole-auth-cas/pom.xml
index 323b66735..ae8bd6739 100644
--- a/extensions/guacamole-auth-cas/pom.xml
+++ b/extensions/guacamole-auth-cas/pom.xml
@@ -227,6 +227,12 @@
org.jasig.cas.client
cas-client-core
3.4.1
+
+
+ org.slf4j
+ slf4j-api
+
+
@@ -249,14 +255,6 @@
provided
-
-
- org.slf4j
- slf4j-simple
- 1.7.7
- provided
-
-
diff --git a/extensions/guacamole-auth-radius/pom.xml b/extensions/guacamole-auth-radius/pom.xml
index af838d8a6..d07a60a87 100644
--- a/extensions/guacamole-auth-radius/pom.xml
+++ b/extensions/guacamole-auth-radius/pom.xml
@@ -215,6 +215,12 @@
net.jradius
jradius-core
1.1.5
+
+
+ org.slf4j
+ slf4j-api
+
+
@@ -230,14 +236,6 @@
jradius-extended
1.1.5
-
-
-
- org.slf4j
- slf4j-simple
- 1.7.7
- provided
-