Skip to content

Commit 8edd82e

Browse files
committed
Using 3.0.0-M4 of jaxb and jaxws deps, by using the 2.3.1-jaxb-jaxws-3.0.0-M4 plugin version.
1 parent de87509 commit 8edd82e

File tree

3 files changed

+5
-5
lines changed
  • cxf-spring-boot-starter-samples
  • cxf-spring-boot-starter

3 files changed

+5
-5
lines changed

cxf-spring-boot-starter-samples/cxf-boot-simple-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>de.codecentric</groupId>
2929
<artifactId>cxf-spring-boot-starter</artifactId>
30-
<version>2.3.0.RELEASE</version>
30+
<version>2.3.1-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>de.codecentric</groupId>
6767
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
68-
<version>2.3.0.RELEASE</version>
68+
<version>2.3.1-jaxb-jaxws-3.0.0-M4</version>
6969
<executions>
7070
<execution>
7171
<goals>

cxf-spring-boot-starter-samples/cxf-boot-simple/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.codecentric</groupId>
2828
<artifactId>cxf-spring-boot-starter</artifactId>
29-
<version>2.3.0.RELEASE</version>
29+
<version>2.3.1-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>de.codecentric</groupId>
5050
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
51-
<version>2.3.0.RELEASE</version>
51+
<version>2.3.1-jaxb-jaxws-3.0.0-M4</version>
5252
<executions>
5353
<execution>
5454
<goals>

cxf-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- Project dependencies -->
2121
<spring.boot.version>2.3.3.RELEASE</spring.boot.version>
22-
<cxf-spring-boot-starter-maven-plugin.version>2.3.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
22+
<cxf-spring-boot-starter-maven-plugin.version>2.3.1-jaxb-jaxws-3.0.0-M4</cxf-spring-boot-starter-maven-plugin.version>
2323
<cxf.version>3.4.0</cxf.version>
2424
<jakarta.activation.version>1.2.2</jakarta.activation.version>
2525

0 commit comments

Comments
 (0)