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