diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 21756bc57c..66d4e60e86 100755
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -91,6 +91,10 @@
org.fusesource.mqtt-client
mqtt-client
+
+ org.apache.activemq.tooling
+ activemq-junit
+
diff --git a/pom.xml b/pom.xml
index 7c231ffb61..a83f91be4d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -355,6 +355,12 @@
activemq-partition
${project.version}
+
+ org.apache.activemq.tooling
+ activemq-junit
+ ${project.version}
+ test
+
org.apache.activemq
activemq-unit-tests