<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>3.4.10</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws-security', version='3.4.10')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.4.10</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-bindings-soap
|-- org.apache.cxf:cxf-rt-security-saml
|-- com.fasterxml.woodstox:woodstox-core
|-- org.apache.wss4j:wss4j-ws-security-dom
|-- org.apache.wss4j:wss4j-policy
|-- org.apache.wss4j:wss4j-ws-security-stax
|-- org.apache.wss4j:wss4j-ws-security-policy-stax
|-- org.apache.cxf:cxf-rt-frontend-jaxws
provided
|-- org.apache.cxf:cxf-rt-ws-addr
|-- org.apache.cxf:cxf-rt-ws-policy
|-- org.apache.cxf:cxf-rt-ws-mex
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.bouncycastle:bcprov-jdk15on
test
|-- junit:junit
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-testutils