<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.1.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='1.1.3.RELEASE')
)
<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.cloud:spring-cloud-starter-sleuth
|-- org.apache.cxf:cxf-rt-frontend-jaxws:3.2.1
|-- org.apache.cxf:cxf-rt-transports-http:3.2.1
|-- org.camunda.bpm.dmn:camunda-engine-dmn:7.8.0
|-- net.logstash.logback:logstash-logback-encoder:4.11
|-- org.apache.httpcomponents:fluent-hc:4.5.4
import
|-- org.camunda.bpm.dmn:camunda-engine-dmn-bom:7.8.0
runtime
|-- de.codecentric:cxf-spring-boot-starter-maven-plugin:1.1.3.RELEASE
test