<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='1.0.3')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-devtools
|-- org.apache.cxf:cxf-rt-frontend-jaxws:3.1.6
|-- org.apache.cxf:cxf-rt-transports-http:3.1.6
|-- org.camunda.bpm.dmn:camunda-engine-dmn:7.4.0
|-- net.logstash.logback:logstash-logback-encoder:4.6
|-- org.apache.httpcomponents:fluent-hc:4.5.2
import
|-- org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.4.0
test