diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-03 08:27:26 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-03 08:28:12 -0500 |
commit | c0b0ed6664def4ff811dd8d303e605a8e5b44346 (patch) | |
tree | db24abce0f820eba0ba52278edac409a8c069bb1 /integration | |
parent | 2c0864f7b51e43591ef97cdda258d4d504180e4c (diff) |
Add awaitility dependency
Seems to be used in several repos. This consolidates the
version.
Issue-ID: POLICY-2381
Change-Id: Iad3bbf8901a117db36da3951a7d5284c000266d6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index d19f2b99..8fcd6eed 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -490,6 +490,15 @@ <version>3.2.4</version> <scope>test</scope> </dependency> + + <!-- Awaitility --> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>4.0.2</version> + <scope>test</scope> + </dependency> + </dependencies> </dependencyManagement> |