diff --git a/application/pom.xml b/application/pom.xml
index 303f206601..83a9eefdc3 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -289,6 +289,11 @@
junit
test
+
+ org.awaitility
+ awaitility
+ test
+
org.mockito
mockito-core
diff --git a/pom.xml b/pom.xml
index d0c9864ef3..f59f69467c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
2.2.0
4.12
5.7.1
+ 4.1.0
2.2
1.7.7
1.2.3
@@ -1437,6 +1438,12 @@
${junit.version}
test
+
+ org.awaitility
+ awaitility
+ ${awaitility.version}
+ test
+
org.hamcrest
hamcrest