<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-soap</artifactId>
<version>4.0.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-bindings-soap', version='4.0.5')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>4.0.5</version> </parent>
compile
|-- jakarta.xml.soap:jakarta.xml.soap-api
|-- jakarta.jws:jakarta.jws-api
|-- jakarta.xml.ws:jakarta.xml.ws-api
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.apache.cxf:cxf-rt-wsdl
|-- org.apache.cxf:cxf-rt-databinding-jaxb
|-- org.eclipse.angus:angus-activation
runtime
|-- com.sun.xml.messaging.saaj:saaj-impl
test
|-- junit:junit