Add awaitility dependency 55/102855/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 3 Mar 2020 13:27:26 +0000 (08:27 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 3 Mar 2020 13:28:12 +0000 (08:28 -0500)
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>
integration/pom.xml

index d19f2b9..8fcd6ee 100644 (file)
                 <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>