From eda16621cfa011e12363f053ea8b6633c4fcf484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Capucho?= Date: Thu, 7 Aug 2025 18:49:45 +0100 Subject: [PATCH] chore: Remove spring cloud dependency Spring cloud seems to be entirely unused except the fabric8 kubernetes client, which is already transitively depended on. This commit removes the spring cloud dependency completely and replaces it with a direct dependency on the fabric8 kubernetes client. This also fixes various error messages being thrown by the discovery client when using cridge for a remote cluster management. --- pom.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 7e9b633..e58327f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,9 +26,8 @@ UTF-8 UTF-8 3.2.2 - 3.1.0 6.10.0 - + @@ -113,12 +107,6 @@ - - org.springframework.cloud - spring-cloud-starter-kubernetes-fabric8-all - - - org.etsi.osl org.etsi.osl.model.tmf @@ -207,7 +195,7 @@ io.fabric8 - kubernetes-httpclient-okhttp + kubernetes-client ${fabric8.version} -- GitLab