diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -147,6 +147,13 @@ <artifactId>eaaf-core</artifactId> <version>${eaaf-components.version}</version> </dependency> + <!-- async operation in test --> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>3.1.6</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> |