The dependency `javax.xml.bind:jaxb-api:jar:2.3.1.redhat-00001` is in `quarkus-bom`, but it does not exist. We must use the one from Jakarta:
<dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1.redhat-00001</version> </dependency>
- is related to
-
QUARKUS-1764 RHBQ distributive contains outdated javax.annotation-api dependecy
- Closed
-
QUARKUS-1802 RHBQ distributive contains obsolete javax.xml.bind dependency
- Closed