<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>6.2.11.Final</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jaxb-provider', version='6.2.11.Final')
)
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>providers-pom</artifactId> <version>6.2.11.Final</version> </parent>
compile
|-- org.jboss.resteasy:resteasy-core-spi
|-- org.jboss.resteasy:resteasy-core
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- org.glassfish.jaxb:codemodel
|-- org.glassfish.jaxb:jaxb-core
|-- org.glassfish.jaxb:jaxb-jxc
|-- org.glassfish.jaxb:jaxb-runtime
|-- org.glassfish.jaxb:jaxb-xjc
|-- com.sun.istack:istack-commons-runtime
|-- com.sun.istack:istack-commons-tools
|-- com.sun.xml.bind.external:relaxng-datatype
|-- com.sun.xml.bind.external:rngom
|-- org.jboss.logging:jboss-logging
provided
|-- org.jboss.logging:jboss-logging-annotations
test