aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-20 13:02:03 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-20 13:02:03 +0200
commit5d125d6167a57517296c8c8ea5bdd2366b9f9191 (patch)
tree1fc9b9f654fdd63756ad749facd5f13bf7ca74b3 /pom.xml
parent2b8a7df25878f546ace25373f44baeb026cf6d2b (diff)
downloadmoa-zs-5d125d6167a57517296c8c8ea5bdd2366b9f9191.tar.gz
moa-zs-5d125d6167a57517296c8c8ea5bdd2366b9f9191.tar.bz2
moa-zs-5d125d6167a57517296c8c8ea5bdd2366b9f9191.zip
Replace Thread.sleep with Await
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>