diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 889b803077d2500f6cbab0af0ac701fc4a3f5f1d..0d9a9623db3e4047b186e3bb771d486b2acbd7b4 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -85,10 +85,11 @@ <version>${guava.version}</version> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.3.1</version> - </dependency> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> + <version>4.0.0</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 3145ecafaa6391f1fbccbc7c240523a329c82411..3f952364415c382b9de41207a6e0110e24233031 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -42,10 +42,12 @@ <dependencies> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.3.1</version> - </dependency> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> + <version>4.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId>