From 02a731f64a943b1899cc42a80f25f320e07b429e Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Sat, 24 May 2025 12:06:29 -0300 Subject: [PATCH] [1402] Use Spring framework BOM to manage Spring and Spring Security dependencies --- geowebcache/pom.xml | 81 ++++++++------------------------------------- 1 file changed, 14 insertions(+), 67 deletions(-) diff --git a/geowebcache/pom.xml b/geowebcache/pom.xml index 6a2dc7818..8b15bfed6 100644 --- a/geowebcache/pom.xml +++ b/geowebcache/pom.xml @@ -102,6 +102,20 @@ + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + org.springframework.security + spring-security-bom + ${spring.security.version} + pom + import + org.geowebcache gwc-core @@ -338,62 +352,6 @@ test - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-jcl - - - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-expression - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - test - - - - org.springframework - spring-jdbc - ${spring.version} - - - org.eclipse.jetty @@ -421,17 +379,6 @@ ${xstream.version} - - org.springframework.security - spring-security-web - ${spring.security.version} - - - org.springframework.security - spring-security-config - ${spring.security.version} - - org.codehaus.jettison jettison