We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904fb97 commit 91c9be3Copy full SHA for 91c9be3
driver-core/pom.xml
@@ -202,6 +202,12 @@
202
<scope>test</scope>
203
</dependency>
204
205
+ <dependency>
206
+ <groupId>org.awaitility</groupId>
207
+ <artifactId>awaitility</artifactId>
208
+ <scope>test</scope>
209
+ </dependency>
210
+
211
212
</dependencies>
213
pom.xml
@@ -411,6 +411,12 @@
411
<version>${burningwave.tools.version}</version>
412
413
414
415
416
417
+ <version>4.3.0</version>
418
419
420
421
422
</dependencyManagement>
0 commit comments