diff --git a/pom.xml b/pom.xml index 9ec74aa5..be0fc87e 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ 2.1.3 2.1.3 6.0.0 - 3.0.1 + 3.0.2 4.0.2 4.0.5 1.1.6 @@ -119,7 +119,7 @@ 2.19.0 1.4.7 4.11.0 - 3.0.3 + 3.0.4 2.0.6 4.3.5 @@ -145,7 +145,7 @@ 6.5.1 1.6.3 2.4.3 - 3.0.0 + 3.0.3 3.0.4 2.3.1 1.6 @@ -181,7 +181,11 @@ pom import - + + jakarta.xml.soap + jakarta.xml.soap-api + ${jakarta-soap.version} + org.eclipse.jetty jetty-bom @@ -195,7 +199,22 @@ guava 32.1.3-jre - + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + + + org.jvnet.staxex + stax-ex + ${stax.version} + + + jakarta.activation + jakarta.activation-api + + + diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index eb55591d..9ce45fea 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -34,6 +34,12 @@ org.springframework spring-oxm + + + jakarta.xml.bind + jakarta.xml.bind-api + + org.springframework diff --git a/spring-ws-security/pom.xml b/spring-ws-security/pom.xml index b68e8392..af327c74 100644 --- a/spring-ws-security/pom.xml +++ b/spring-ws-security/pom.xml @@ -178,7 +178,6 @@ org.jvnet.staxex stax-ex - ${stax.version} jakarta.activation diff --git a/spring-xml/pom.xml b/spring-xml/pom.xml index bf668636..70029303 100644 --- a/spring-xml/pom.xml +++ b/spring-xml/pom.xml @@ -44,7 +44,11 @@ 4.4 test - + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} +