From 15e5465981a0069368a897d8a374cc067e56d1cd Mon Sep 17 00:00:00 2001 From: Decker108 <1337decker@gmail.com> Date: Fri, 16 May 2025 14:39:15 +0200 Subject: [PATCH 1/2] Make dependency versions explicit in pom.xml --- pom.xml | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 4538e4d9..b1c6b68a 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,10 @@ ${java.version} UTF-8 UTF-8 - 2.18.0 + 3.3.10 + 3.5.3 + 3.14.0 + 6.1.6 @@ -82,16 +85,17 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.version} org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + ${maven-surefire-plugin.version} org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + ${maven-compiler-plugin.version} org.apache.maven.plugins @@ -105,58 +109,70 @@ org.springframework.boot spring-boot-starter-thymeleaf + ${spring.version} org.springframework.boot spring-boot-starter-activemq + ${spring.version} org.springframework.boot spring-boot-starter-data-jpa + ${spring.version} org.springframework.boot spring-boot-starter-web + ${spring.version} org.springframework.boot spring-boot-starter-validation + ${spring.version} org.apache.commons commons-lang3 + 3.17.0 commons-io commons-io - ${commons-io.version} + 2.18.0 org.hsqldb hsqldb + 2.7.3 org.apache.activemq activemq-spring + ${activemq-spring.version} org.apache.activemq activemq-broker + ${activemq-spring.version} org.springframework.boot spring-boot-starter-test test + ${spring.version} org.seleniumhq.selenium selenium-java test + 4.19.1 org.seleniumhq.selenium htmlunit-driver test + 4.13.0 @@ -188,7 +204,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 3.5.3 + ${maven-surefire-plugin.version} @@ -196,18 +212,6 @@ jacoco-maven-plugin 0.8.13 - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.6.0 - - src/main/config/checkstyle.xml - - **/com/aggregator/**/* - true - - From 4374865e529a90a07ea55403798acda610579027 Mon Sep 17 00:00:00 2001 From: Decker108 <1337decker@gmail.com> Date: Fri, 16 May 2025 14:48:14 +0200 Subject: [PATCH 2/2] Remove spring.version property This version is controlled by the Spring BOM in the parent project. --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index b1c6b68a..f3a41fff 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,6 @@ ${java.version} UTF-8 UTF-8 - 3.3.10 3.5.3 3.14.0 6.1.6 @@ -85,7 +84,6 @@ org.springframework.boot spring-boot-maven-plugin - ${spring.version} org.apache.maven.plugins @@ -109,27 +107,22 @@ org.springframework.boot spring-boot-starter-thymeleaf - ${spring.version} org.springframework.boot spring-boot-starter-activemq - ${spring.version} org.springframework.boot spring-boot-starter-data-jpa - ${spring.version} org.springframework.boot spring-boot-starter-web - ${spring.version} org.springframework.boot spring-boot-starter-validation - ${spring.version} org.apache.commons @@ -160,7 +153,6 @@ org.springframework.boot spring-boot-starter-test test - ${spring.version} org.seleniumhq.selenium