<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
<version>2.1.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-databinding-xmlbeans', version='2.1.5')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.1.5</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-core
|-- org.apache.cxf:cxf-tools-common
|-- org.apache.xmlbeans:xmlbeans
|-- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0
|-- ${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