<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
<version>2.1.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-databinding-xmlbeans', version='2.1.1')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.1.1</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:1.0
|-- org.codehaus.woodstox:wstx-asl
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