<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
<version>2.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-databinding-xmlbeans', version='2.2')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.2</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-core
|-- org.apache.cxf:cxf-tools-common
|-- org.apache.xmlbeans:xmlbeans:2.3.0
|-- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec
|-- ${stax.impl.groupId}:${stax.impl.artifactId}
provided
|-- org.apache.cxf:cxf-tools-wsdlto-core
test
|-- junit:junit
|-- org.easymock:easymockclassextension
|-- org.apache.cxf:cxf-testutils
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.apache.cxf:cxf-rt-transports-http-jetty