<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>2.1.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-common-utilities', version='2.1.5')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.1.5</version> </parent>
compile
|-- asm:asm
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec
|-- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec
|-- wsdl4j:wsdl4j
|-- org.apache.ws.commons.schema:XmlSchema
provided
|-- com.sun.xml.bind:jaxb-impl
|-- org.apache.geronimo.specs:geronimo-jaxws_2.1_spec
|-- org.springframework:spring-aop
test
|-- junit:junit
|-- org.easymock:easymockclassextension
|-- ${stax.impl.groupId}:${stax.impl.artifactId}
|-- ${saaj.impl.groupId}:${saaj.impl.artifactId}