diff --git a/WebUI/pom.xml b/WebUI/pom.xml
index 187f289e2..8b33c3638 100644
--- a/WebUI/pom.xml
+++ b/WebUI/pom.xml
@@ -363,6 +363,10 @@
org.apache.activemq
activemq-jms-pool
+
+ org.apache.activemq
+ activemq-jaas
+
org.springframework
spring-core
diff --git a/pom.xml b/pom.xml
index fecdb90b8..c058e296c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -988,6 +988,11 @@
activemq-jms-pool
${activemq.version}
+
+ org.apache.activemq
+ activemq-jaas
+ ${activemq.version}
+
commons-digester
commons-digester