<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>2.3.4</version>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.3.4</version> </parent>
compile
|-- org.apache.cxf:cxf-common-utilities
|-- org.apache.ws.commons.schema:XmlSchema
|-- org.apache.cxf:cxf-common-schemas
provided
|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec
test
|-- junit:junit