<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
<version>2.1.7.RELEASE</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter-maven-plugin" % "2.1.7.RELEASE"
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter-maven-plugin', version='2.1.7.RELEASE')
)
<dependency org="de.codecentric" name="cxf-spring-boot-starter-maven-plugin" rev="2.1.7.RELEASE" />
<parent> <groupId>de.codecentric</groupId> <artifactId>cxf-spring-boot-starter-maven-plugin-reactor</artifactId> <version>2.1.7.RELEASE</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.6.0
|-- org.twdata.maven:mojo-executor:2.3.0
|-- org.apache.commons:commons-lang3:3.9
|-- org.glassfish.jaxb:jaxb-xjc:2.3.2
|-- org.glassfish.jaxb:jaxb-runtime:2.3.2
|-- com.sun.xml.ws:jaxws-rt:2.3.2
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0
test
|-- junit:junit:4.12