<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>2.5.10</version>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.5.10</version> </parent>
compile
|-- org.apache.cxf:cxf-common-utilities
|-- org.apache.ws.xmlschema:xmlschema-core
|-- wsdl4j:wsdl4j
provided
|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec
test
|-- junit:junit