From b0783ab992ed01a12b7bbbe0e5ba161f20adc1eb Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Thu, 12 Dec 2024 17:57:53 +0100 Subject: [PATCH] Fabric8 k8s client : revert to OkHTTPClient (#535) --- helm-wrapper/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/helm-wrapper/pom.xml b/helm-wrapper/pom.xml index 1f09338d..2e37d73b 100644 --- a/helm-wrapper/pom.xml +++ b/helm-wrapper/pom.xml @@ -61,8 +61,22 @@ io.fabric8 kubernetes-client + + + io.fabric8 + kubernetes-httpclient-vertx + + + + io.fabric8 + kubernetes-httpclient-okhttp + 7.0.0 + runtime + + + org.apache.commons commons-lang3