From cf0cd76d63f9eba680a6307dd4a708e7169cb403 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 19 Aug 2019 17:32:09 -0400 Subject: Enhance TestTimeMulti Enhance TestTimeMulti to support execution of tasks, whether submitted via Timers or via Executors. Change-Id: Ib5f216730b3b69028e9581052645370b827cd446 Issue-ID: POLICY-1968 Signed-off-by: Jim Hahn --- utils-test/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'utils-test/pom.xml') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 6ed49255..3744467f 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -36,6 +36,11 @@ + + org.projectlombok + lombok + provided + junit junit @@ -64,6 +69,12 @@ org.powermock powermock-api-mockito test + + + org.awaitility + awaitility + 3.0.0 + test com.openpojo -- cgit 1.2.3-korg