Skip to content

2.3.0.RELEASE

Latest
Compare
Choose a tag to compare
@jonashackt jonashackt released this 04 Sep 12:40
· 16 commits to master since this release

Get the latest release from https://repo1.maven.org/maven2/de/codecentric/cxf-spring-boot-starter-maven-plugin/2.3.0.RELEASE/ by using it in your dependencies:

<build>
    <plugins>
        <plugin>
            <groupId>de.codecentric</groupId>
            <artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
            <version>2.3.0.RELEASE</version>
            <executions>
                <execution>
                    <goals>
                        <goal>generate</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
</build>

It covers the latest versions of Spring, JAX-B and JAX-WS:

		<spring.version>5.2.8.RELEASE</spring.version>
		<jaxb.version>2.3.3</jaxb.version>
		<jaxws-ri.version>2.3.3</jaxws-ri.version>