From 3643416142e1e924266516e4f65e3ba43a585a15 Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:45:57 +0200 Subject: [PATCH] Adding awaitility to central management --- cui-java-bom/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/cui-java-bom/pom.xml b/cui-java-bom/pom.xml index 27da11bd..14f1ecb3 100644 --- a/cui-java-bom/pom.xml +++ b/cui-java-bom/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -10,7 +12,8 @@ cui-java-bom pom cui java dependency management - Provides a number of standard-java dependency-declarations that can be consumed directly + Provides a number of standard-java dependency-declarations that + can be consumed directly 2.0.0 @@ -23,6 +26,7 @@ 2.0.0 5.2.0 2.0.6.1 + 4.2.0 @@ -131,6 +135,12 @@ ${version.easymock} test + + org.awaitility + awaitility + ${version.waitility} + test +