diff --git a/common/cluster-api/pom.xml b/common/cluster-api/pom.xml index ddb7a6065e..a5b9a00308 100644 --- a/common/cluster-api/pom.xml +++ b/common/cluster-api/pom.xml @@ -101,13 +101,18 @@ provided - junit - junit + org.springframework.boot + spring-boot-starter-test test - org.mockito - mockito-core + org.junit.vintage + junit-vintage-engine + test + + + org.awaitility + awaitility test diff --git a/pom.xml b/pom.xml index e04a327e26..291e9709ab 100755 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,6 @@ 2.0.1.Final 1.6.2 2.8.5 - 4.5.13 4.1.0 4.3.1.0 @@ -1848,11 +1847,6 @@ ${zeroturnaround.version} test - - org.apache.httpcomponents - httpclient - ${httpclient.version} -