diff --git a/common/queue/pom.xml b/common/queue/pom.xml
index 31ec44e8f7..2b1d87fc7b 100644
--- a/common/queue/pom.xml
+++ b/common/queue/pom.xml
@@ -120,12 +120,16 @@
org.apache.curator
curator-recipes
-
junit
junit
test
+
+ org.hamcrest
+ hamcrest
+ test
+
org.mockito
mockito-core
diff --git a/pom.xml b/pom.xml
index 928dcfae83..e09dedf49f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
2.2.0
4.12
5.7.1
+ 2.2
1.7.7
1.2.3
3.3.3
@@ -1371,6 +1372,12 @@
${junit.version}
test
+
+ org.hamcrest
+ hamcrest
+ ${hamcrest.version}
+ test
+
org.junit.jupiter
junit-jupiter-params