From 19e82c45c4bb3753af98b35496c4180640ed9e5f Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Fri, 15 Nov 2024 10:22:29 +0100 Subject: [PATCH] trigger config server test --- components/inspectit-ocelot-configurationserver/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/inspectit-ocelot-configurationserver/build.gradle b/components/inspectit-ocelot-configurationserver/build.gradle index 3c020534f7..b33bb156b1 100644 --- a/components/inspectit-ocelot-configurationserver/build.gradle +++ b/components/inspectit-ocelot-configurationserver/build.gradle @@ -102,11 +102,10 @@ dependencies { configServerLibs.orgFlywaydbFlywayCore, configServerLibs.bundles.jgit, configServerLibs.comGoogleCodeGson, + configServerLibs.comGoogleGuava, // swagger - libs.orgSpringdocSpringdocOpenapiUi, - - configServerLibs.comGoogleGuava + libs.orgSpringdocSpringdocOpenapiUi ) testImplementation( configServerLibs.orgSpringframeworkBootSpringBootStarterTest,