diff options
author | Jim Hahn <jrh3@att.com> | 2019-08-19 17:32:09 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-08-21 13:49:01 -0400 |
commit | cf0cd76d63f9eba680a6307dd4a708e7169cb403 (patch) | |
tree | 43e761425a3f3944ef52e07703ed5411388b07da /utils-test/pom.xml | |
parent | 98a4da643c738a4246cc4cc4aa9c9f21ae47cff8 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r-- | utils-test/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -37,6 +37,11 @@ <dependencies> <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> @@ -65,6 +70,12 @@ <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>3.0.0</version> + <scope>test</scope> + </dependency> <dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> |