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