From fe52f1b0054d4551f83d9448d894160981c4e07f Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Tue, 5 Jan 2021 12:27:02 +0100 Subject: Create IT test for downloading artifacts Issue-ID: SDC-3417 Signed-off-by: Edyta Krukowska Change-Id: I8bd24c34902a2d59d0d0dd1b0c1e8c08352a4cc2 --- sdc-distribution-ci/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sdc-distribution-ci/pom.xml') 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 @@ 5.4.2 5.4.2 5.4.2 + 3.0.0 + 3.0.0 @@ -99,6 +101,18 @@ ${mockito-junit-jupiter.version} test + + org.awaitility + awaitility + ${awaitility.version} + test + + + org.awaitility + awaitility-proxy + ${awaitility-proxy.version} + test + -- cgit 1.2.3-korg