Server: use awaitility in quarkus tests

This commit is contained in:
2024-11-29 15:34:06 +01:00
parent 28318fd004
commit c4fd46d9b1
3 changed files with 22 additions and 8 deletions

View File

@@ -54,6 +54,12 @@
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>