diff --git a/batch/pom.xml b/batch/pom.xml index 5d761a1c0cef..d36f9b692963 100644 --- a/batch/pom.xml +++ b/batch/pom.xml @@ -116,10 +116,9 @@ org.springframework spring-jdbc - - com.sun.activation - jakarta.activation + jakarta.activation + jakarta.activation-api diff --git a/pom.xml b/pom.xml index 8758a2739d62..011a83cebc58 100644 --- a/pom.xml +++ b/pom.xml @@ -1266,12 +1266,19 @@ + + jakarta.activation + jakarta.activation-api + 2.1.2 + runtime + com.sun.activation jakarta.activation 1.2.2 runtime + javax.xml.bind jaxb-api diff --git a/web/pom.xml b/web/pom.xml index f701b6c7ac5f..401ba0624d7f 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -346,8 +346,8 @@ - com.sun.activation - jakarta.activation + jakarta.activation + jakarta.activation-api