<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
<version>3.6.5</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.6.5</version> </parent>
compile
|-- jakarta.xml.ws:jakarta.xml.ws-api
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- wsdl4j:wsdl4j
provided
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-context
test
|-- org.springframework:spring-test
|-- org.apache.cxf:cxf-rt-wsdl
|-- junit:junit