<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>2.4.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-common-utilities', version='2.4.1')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.4.1</version> </parent>
compile
|-- asm:asm
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- wsdl4j:wsdl4j
|-- org.apache.ws.xmlschema:xmlschema-core
provided
|-- com.sun.xml.bind:jaxb-impl
|-- org.springframework:spring-aop
runtime
|-- ${cxf.stax.impl.groupId}:${cxf.stax.impl.artifactId}
test
|-- junit:junit