aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f8bde80..775c262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>