<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>2.0.6</version>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.0.6</version> </parent>
compile
|-- wsdl4j:wsdl4j
|-- com.sun.xml.bind:jaxb-impl
|-- org.apache.cxf:cxf-rt-core
|-- org.apache.cxf:cxf-common-utilities
provided
|-- junit:junit
test
|-- org.easymock:easymockclassextension
|-- asm:asm