aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-03 08:27:26 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-03-03 08:28:12 -0500
commitc0b0ed6664def4ff811dd8d303e605a8e5b44346 (patch)
treedb24abce0f820eba0ba52278edac409a8c069bb1 /integration/pom.xml
parent2c0864f7b51e43591ef97cdda258d4d504180e4c (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/pom.xml')
-rw-r--r--integration/pom.xml9
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>