#BAEL-6916: add awaitility dependency

This commit is contained in:
hmdrzsharifi 2023-09-26 09:06:22 +03:30
parent 2bd5ae21de
commit 84efed044f
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>