<dependency>
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-boolean-test</artifactId>
<version>2.2.12</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.xjcplugins', module='cxf-xjc-boolean-test', version='2.2.12')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.2.12</version> </parent>
compile
|-- javax.xml.bind:jaxb-api:2.1
|-- com.sun.xml.bind:jaxb-impl:2.1.12
|-- com.sun.xml.bind:jaxb-xjc:2.1.12
|-- org.apache.cxf:cxf-common-utilities
test
|-- jaxme:jaxme2
|-- junit:junit