diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml
index 0f1ff75dfa..f4a07086c5 100644
--- a/artemis-protocols/artemis-hornetq-protocol/pom.xml
+++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml
@@ -79,6 +79,11 @@
junit
test
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ test
+
org.apache.activemq
artemis-unit-test-support
diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index 3385dbf123..fa80938157 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -42,6 +42,11 @@
junit
test
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ test
+
org.apache.activemq
artemis-unit-test-support