<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
<version>2.7.14</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-databinding-xmlbeans', version='2.7.14')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.7.14</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-core
|-- org.apache.cxf:cxf-tools-common
|-- org.apache.xmlbeans:xmlbeans
provided
|-- org.apache.cxf:cxf-tools-wsdlto-core
test
|-- junit:junit
|-- org.apache.cxf:cxf-testutils
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-rt-transports-http-jetty
|-- org.apache.cxf:cxf-rt-frontend-jaxws
|-- org.springframework:spring-beans