diff --git a/pom.xml b/pom.xml index df489bc8..cb4f8970 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 17 false - 2.19.0 + 2.28.0 1.9.6 3.9.0 3.1 @@ -111,14 +111,14 @@ 1.4.7 4.0.0 2.0.1 - 2.0.3 + 2.0.6 4.3.5 6.0.8 2.0.1 6.0.3 2.0.1 2.0.1 - 6.4.0 + 6.5.1 1.6.3 2.4.1 3.0.2 @@ -231,6 +231,14 @@ javax.xml.bind jaxb-api + + jakarta.xml.bind + jakarta.xml.bind-api + + + net.bytebuddy + byte-buddy + @@ -296,33 +304,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + default-cli + + enforce + + validate + + + + + commons-logging:*:* + + true + + + + true + + + + org.basepom.maven diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index 729caba9..1f65e192 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -77,6 +77,12 @@ jaxb-runtime ${glassfish-xml-bind.version} runtime + + + jakarta.xml.bind + jakarta.xml.bind-api + + org.jdom @@ -210,6 +216,12 @@ spring-hateoas ${spring-hateos.version} test + + + org.slf4j + slf4j-api + + org.springframework diff --git a/spring-ws-security/pom.xml b/spring-ws-security/pom.xml index 829cb8b3..56239aa0 100644 --- a/spring-ws-security/pom.xml +++ b/spring-ws-security/pom.xml @@ -47,6 +47,12 @@ org.springframework.security spring-security-core + + + io.micrometer + micrometer-observation + + net.sf.ehcache @@ -94,6 +100,10 @@ jakarta.xml.bind jakarta.xml.bind-api + + jakarta.xml.soap + jakarta.xml.soap-api + org.glassfish.jaxb jaxb-runtime @@ -120,6 +130,10 @@ org.codehaus.woodstox woodstox-core-asl + + com.fasterxml.woodstox + woodstox-core + jakarta.xml.bind jakarta.xml.bind-api diff --git a/spring-ws-support/pom.xml b/spring-ws-support/pom.xml index 37a0c4f4..e8216f77 100644 --- a/spring-ws-support/pom.xml +++ b/spring-ws-support/pom.xml @@ -101,6 +101,14 @@ jakarta.jms jakarta.jms-api + + org.slf4j + slf4j-api + + + commons-logging + commons-logging + diff --git a/spring-ws-test/pom.xml b/spring-ws-test/pom.xml index f7533127..b2de3664 100644 --- a/spring-ws-test/pom.xml +++ b/spring-ws-test/pom.xml @@ -44,6 +44,12 @@ org.xmlunit xmlunit-core ${xmlunit.version} + + + jakarta.xml.bind + jakarta.xml.bind-api + +