<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
<version>2.0.7</version>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.0.7</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec
|-- org.apache.cxf:cxf-common-utilities
|-- org.apache.cxf:cxf-rt-core
test
|-- org.apache.cxf:cxf-rt-frontend-jaxws
|-- org.apache.cxf:cxf-rt-transports-http-jetty
|-- org.apache.cxf:cxf-testutils
|-- junit:junit