diff --git a/algorithms-modules/algorithms-miscellaneous-2/pom.xml b/algorithms-modules/algorithms-miscellaneous-2/pom.xml index ca14533e82..e04c22680a 100644 --- a/algorithms-modules/algorithms-miscellaneous-2/pom.xml +++ b/algorithms-modules/algorithms-miscellaneous-2/pom.xml @@ -14,16 +14,6 @@ - - org.apache.commons - commons-math3 - ${commons-math3.version} - - - commons-codec - commons-codec - ${commons-codec.version} - org.projectlombok lombok diff --git a/algorithms-modules/algorithms-miscellaneous-2/src/test/java/com/baeldung/algorithms/DijkstraAlgorithmLongRunningUnitTest.java b/algorithms-modules/algorithms-miscellaneous-2/src/test/java/com/baeldung/algorithms/DijkstraAlgorithmLongRunningUnitTest.java index 7e80d335be..849eb86427 100644 --- a/algorithms-modules/algorithms-miscellaneous-2/src/test/java/com/baeldung/algorithms/DijkstraAlgorithmLongRunningUnitTest.java +++ b/algorithms-modules/algorithms-miscellaneous-2/src/test/java/com/baeldung/algorithms/DijkstraAlgorithmLongRunningUnitTest.java @@ -1,7 +1,5 @@ package com.baeldung.algorithms; - - import com.baeldung.algorithms.ga.dijkstra.Dijkstra; import com.baeldung.algorithms.ga.dijkstra.Graph; import com.baeldung.algorithms.ga.dijkstra.Node; diff --git a/apache-cxf-modules/cxf-aegis/pom.xml b/apache-cxf-modules/cxf-aegis/pom.xml index 6b9e026cdd..d013aabc65 100644 --- a/apache-cxf-modules/cxf-aegis/pom.xml +++ b/apache-cxf-modules/cxf-aegis/pom.xml @@ -20,8 +20,4 @@ - - 4.0.0 - - \ No newline at end of file diff --git a/apache-cxf-modules/cxf-introduction/pom.xml b/apache-cxf-modules/cxf-introduction/pom.xml index fdcd100cc5..5e68bf3cbf 100644 --- a/apache-cxf-modules/cxf-introduction/pom.xml +++ b/apache-cxf-modules/cxf-introduction/pom.xml @@ -48,7 +48,6 @@ - 4.0.0 4.0.0 3.0.0 diff --git a/apache-cxf-modules/cxf-jaxrs-implementation/pom.xml b/apache-cxf-modules/cxf-jaxrs-implementation/pom.xml index 8418853b1e..978c5a51ed 100644 --- a/apache-cxf-modules/cxf-jaxrs-implementation/pom.xml +++ b/apache-cxf-modules/cxf-jaxrs-implementation/pom.xml @@ -16,12 +16,12 @@ org.apache.cxf cxf-rt-frontend-jaxrs - 4.0.0 + ${cxf.version} org.apache.cxf cxf-rt-transports-http-jetty - 4.0.0 + ${cxf.version} jakarta.xml.ws diff --git a/apache-cxf-modules/cxf-spring/pom.xml b/apache-cxf-modules/cxf-spring/pom.xml index 67a61e8200..234a19eebc 100644 --- a/apache-cxf-modules/cxf-spring/pom.xml +++ b/apache-cxf-modules/cxf-spring/pom.xml @@ -115,6 +115,7 @@ + 3.1.8 5.3.25 1.6.1 1.2 diff --git a/apache-cxf-modules/pom.xml b/apache-cxf-modules/pom.xml index 63c4e16747..245a31614b 100644 --- a/apache-cxf-modules/pom.xml +++ b/apache-cxf-modules/pom.xml @@ -35,7 +35,7 @@ - 3.1.8 + 4.0.0 \ No newline at end of file diff --git a/apache-cxf-modules/sse-jaxrs/sse-jaxrs-client/pom.xml b/apache-cxf-modules/sse-jaxrs/sse-jaxrs-client/pom.xml index ce2b0059c3..b092345334 100644 --- a/apache-cxf-modules/sse-jaxrs/sse-jaxrs-client/pom.xml +++ b/apache-cxf-modules/sse-jaxrs/sse-jaxrs-client/pom.xml @@ -16,12 +16,12 @@ org.apache.cxf cxf-rt-rs-client - ${cxf-version} + ${cxf.version} org.apache.cxf cxf-rt-rs-sse - ${cxf-version} + ${cxf.version} jakarta.ws.rs @@ -60,7 +60,6 @@ - 4.0.0 3.1.0 diff --git a/spring-web-modules/spring-mvc-basics-4/pom.xml b/spring-web-modules/spring-mvc-basics-4/pom.xml index 7e8ef257c7..b54ed01161 100644 --- a/spring-web-modules/spring-mvc-basics-4/pom.xml +++ b/spring-web-modules/spring-mvc-basics-4/pom.xml @@ -22,7 +22,6 @@ org.springframework.boot spring-boot-starter-web - 3.0.2 org.apache.tomcat.embed @@ -31,7 +30,7 @@ javax.servlet jstl - 1.2 + ${jstl.version} org.springframework.boot @@ -39,4 +38,8 @@ + + 1.2 + + \ No newline at end of file diff --git a/spring-web-modules/spring-mvc-java/pom.xml b/spring-web-modules/spring-mvc-java/pom.xml index 213d44f350..e7c66ac0ee 100644 --- a/spring-web-modules/spring-mvc-java/pom.xml +++ b/spring-web-modules/spring-mvc-java/pom.xml @@ -65,8 +65,8 @@ com.jayway.jsonpath json-path - test ${json-path.version} + test org.springframework.boot diff --git a/spring-web-modules/spring-session/pom.xml b/spring-web-modules/spring-session/pom.xml index aec64da088..119c71af55 100644 --- a/spring-web-modules/spring-session/pom.xml +++ b/spring-web-modules/spring-session/pom.xml @@ -3,7 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.baeldung spring-session 1.0.0-SNAPSHOT spring-session diff --git a/spring-web-modules/spring-thymeleaf/pom.xml b/spring-web-modules/spring-thymeleaf/pom.xml index ca94d4581e..9f6c62847d 100644 --- a/spring-web-modules/spring-thymeleaf/pom.xml +++ b/spring-web-modules/spring-thymeleaf/pom.xml @@ -108,7 +108,6 @@ org.apache.maven.plugins maven-war-plugin - ${maven-war-plugin.version} false diff --git a/testing-modules/selenide/pom.xml b/testing-modules/selenide/pom.xml index 99538d2d14..791dead47d 100644 --- a/testing-modules/selenide/pom.xml +++ b/testing-modules/selenide/pom.xml @@ -17,7 +17,7 @@ com.codeborne selenide - 6.15.0 + ${selenide.version} test @@ -54,6 +54,7 @@ + 6.15.0 6.10 4.8.3 5.3.2 diff --git a/timefold-solver/pom.xml b/timefold-solver/pom.xml index a16afb9e54..8ef97c337a 100644 --- a/timefold-solver/pom.xml +++ b/timefold-solver/pom.xml @@ -36,8 +36,6 @@ - 17 - 17 1.4.0