<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='2.3.0.RELEASE')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>cxf-spring-boot-starter-reactor</artifactId> <version>2.3.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.cloud:spring-cloud-starter-sleuth
|-- org.apache.cxf:cxf-rt-frontend-jaxws:3.4.0
|-- org.apache.cxf:cxf-rt-transports-http:3.4.0
|-- com.sun.activation:jakarta.activation:1.2.2
|-- org.camunda.bpm.dmn:camunda-engine-dmn:7.13.0
|-- net.logstash.logback:logstash-logback-encoder:6.4
|-- org.apache.httpcomponents:fluent-hc:4.5.12
import
|-- org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.13.0
runtime
|-- de.codecentric:cxf-spring-boot-starter-maven-plugin:2.3.0.RELEASE
test