<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
<version>2.0.0.RELEASE</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter-maven-plugin" % "2.0.0.RELEASE"
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter-maven-plugin', version='2.0.0.RELEASE')
)
<dependency org="de.codecentric" name="cxf-spring-boot-starter-maven-plugin" rev="2.0.0.RELEASE" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.5.4
|-- org.twdata.maven:mojo-executor:2.3.0
|-- org.apache.commons:commons-lang3:3.8.1
|-- com.sun.xml.bind:jaxb-xjc:2.3.1
|-- com.sun.xml.bind:jaxb-core:2.3.0.1
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5.2
test
|-- junit:junit:4.12