Skip to content

Commit 91c9be3

Browse files
Bouncheckdkropachev
authored andcommitted
Add Awaitility dependency
Adds Awaitility to the core module with test scope. This allows cleaner waiting for boolean conditions in tests.
1 parent 904fb97 commit 91c9be3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

driver-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@
202202
<scope>test</scope>
203203
</dependency>
204204

205+
<dependency>
206+
<groupId>org.awaitility</groupId>
207+
<artifactId>awaitility</artifactId>
208+
<scope>test</scope>
209+
</dependency>
210+
205211

206212
</dependencies>
207213

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,12 @@
411411
<version>${burningwave.tools.version}</version>
412412
</dependency>
413413

414+
<dependency>
415+
<groupId>org.awaitility</groupId>
416+
<artifactId>awaitility</artifactId>
417+
<version>4.3.0</version>
418+
</dependency>
419+
414420
</dependencies>
415421

416422
</dependencyManagement>

0 commit comments

Comments
 (0)