From c945bebab32f9258e22403ec3de85d5a8716a017 Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Wed, 1 Sep 2021 15:19:56 +0300 Subject: [PATCH] dependency-hotfix-after-merge-ce (httpclient doubled, test dependency outdated) --- common/cluster-api/pom.xml | 13 +++++++++---- pom.xml | 6 ------ 2 files changed, 9 insertions(+), 10 deletions(-) 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.junit.vintage + junit-vintage-engine test - org.mockito - mockito-core + 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} -