From 568caa1206cfd62fb9eb64d68be948ed01cc3afc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Sep 2019 15:50:31 +0100 Subject: [PATCH] Add dependency management for Awaitility Closes gh-18205 --- .../spring-boot-dependencies/pom.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 98c67e1ad66..eccb50e0b2d 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -41,6 +41,7 @@ 1.9.4 3.13.2 4.0.6 + 4.0.1 2.1.4 1.10.1 2.8.0 @@ -1977,6 +1978,26 @@ assertj-core ${assertj.version} + + org.awaitility + awaitility + ${awaitility.version} + + + org.awaitility + awaitility-groovy + ${awaitility.version} + + + org.awaitility + awaitility-kotlin + ${awaitility.version} + + + org.awaitility + awaitility-scala + ${awaitility.version} + org.codehaus.btm btm