From 8a4095e369723256d17a56cc3a539a10042268e2 Mon Sep 17 00:00:00 2001 From: Kristina Date: Wed, 12 Feb 2025 11:26:15 +0100 Subject: [PATCH 1/2] IM- 569 fix: exclude conflicting `json-smart` dependencies and update version --- klab.hub/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/klab.hub/pom.xml b/klab.hub/pom.xml index c0c178594..a0ae4fd71 100644 --- a/klab.hub/pom.xml +++ b/klab.hub/pom.xml @@ -156,7 +156,7 @@ org.springframework.boot spring-boot-starter-security ${spring-boot.version} - + org.springframework.security spring-security-test @@ -194,6 +194,18 @@ org.springframework.security spring-security-oauth2-client ${spring-security.version} + + + net.minidev + json-smart + + + + + + net.minidev + json-smart + 2.4.7 From ea14099112244619adcc96ccb48d99d927732332 Mon Sep 17 00:00:00 2001 From: Kristina Date: Wed, 12 Feb 2025 12:50:35 +0100 Subject: [PATCH 2/2] IM-569 style: Remove spaces --- klab.hub/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klab.hub/pom.xml b/klab.hub/pom.xml index a0ae4fd71..442505dc6 100644 --- a/klab.hub/pom.xml +++ b/klab.hub/pom.xml @@ -156,7 +156,7 @@ org.springframework.boot spring-boot-starter-security ${spring-boot.version} - + org.springframework.security spring-security-test