add missing dep

This commit is contained in:
Ken Stevens 2019-08-19 22:31:52 -04:00
parent a43f4ba967
commit 97e14711a2
1 changed files with 5 additions and 0 deletions

View File

@ -216,6 +216,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>