<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>2.6.4</version>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.6.4</version> </parent>
compile
|-- ${cxf.asm.groupId}:${cxf.asm.artifactId}
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.ws.xmlschema:xmlschema-core
|-- org.apache.geronimo.specs:geronimo-javamail_1.4_spec
|-- com.sun.xml.fastinfoset:FastInfoset
|-- wsdl4j:wsdl4j
provided
|-- com.sun.xml.bind:jaxb-impl
|-- org.springframework:spring-aop
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
runtime
|-- ${cxf.stax.impl.groupId}:${cxf.stax.impl.artifactId}
test
|-- junit:junit