<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.5.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='2.5.0')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>cxf-spring-boot-starter-reactor</artifactId> <version>2.5.0</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.4
|-- org.apache.cxf:cxf-rt-transports-http:3.4.4
|-- com.sun.activation:jakarta.activation:2.0.1
|-- org.camunda.bpm.dmn:camunda-engine-dmn:7.15.0
|-- net.logstash.logback:logstash-logback-encoder:6.6
|-- commons-io:commons-io:2.10.0
|-- org.apache.httpcomponents:fluent-hc:4.5.13
import
|-- org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.15.0
runtime
|-- de.codecentric:cxf-spring-boot-starter-maven-plugin:2.3.0.RELEASE
test