<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>4.0.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http', version='4.0.5')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>4.0.5</version> </parent>
compile
|-- jakarta.xml.ws:jakarta.xml.ws-api
provided
|-- org.apache.cxf:cxf-rt-wsdl
|-- org.apache.cxf:cxf-rt-ws-policy
|-- org.springframework:spring-context
|-- org.springframework:spring-web
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
test
|-- junit:junit