<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-wsdl</artifactId>
<version>4.1.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>4.1.0</version> </parent>
compile
|-- wsdl4j:wsdl4j
|-- ${cxf.asm.groupId}:${cxf.asm.artifactId}
provided
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
test
|-- junit:junit