<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.3</version>
</dependency>
<parent> <groupId>com.sun.xml.bind.mvn</groupId> <artifactId>jaxb-bundles</artifactId> <version>4.0.3</version> </parent>
compile
|-- jakarta.xml.bind:jakarta.xml.bind-api
provided
|-- org.glassfish.jaxb:jaxb-core
|-- com.sun.istack:istack-commons-runtime
runtime
|-- org.eclipse.angus:angus-activation
test
|-- junit:junit