aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-distribution-ci/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-distribution-ci/pom.xml')
-rw-r--r--sdc-distribution-ci/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml
index b1dfa86..9af54ca 100644
--- a/sdc-distribution-ci/pom.xml
+++ b/sdc-distribution-ci/pom.xml
@@ -23,6 +23,8 @@
<junit-jupiter-engine.version>5.4.2</junit-jupiter-engine.version>
<junit-jupiter-params.version>5.4.2</junit-jupiter-params.version>
<junit-jupiter-api.version>5.4.2</junit-jupiter-api.version>
+ <awaitility-proxy.version>3.0.0</awaitility-proxy.version>
+ <awaitility.version>3.0.0</awaitility.version>
</properties>
@@ -99,6 +101,18 @@
<version>${mockito-junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>${awaitility.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility-proxy</artifactId>
+ <version>${awaitility-proxy.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>