Fixes #10812 - Correct awaitility dependency scope (#10813)

This commit is contained in:
Chad Wilson 2023-10-31 15:48:56 +08:00 committed by GitHub
parent c50aa2f61b
commit 398054a813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>