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 7a72ea8599d091d24bdc963b16d6798a6c445cab..3f4054cf1e87277fe44270d45f2eea59281821c7 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>