Upgrade to Spring Boot 3.4.3
This commit also removes version overrides
This commit is contained in:
@@ -4,10 +4,9 @@ https://spring.io/projects/spring-ws[Spring Web Services] is a product of the Sp
|
||||
document-driven, contract-first Web services. This repository contains sample
|
||||
projects illustrating usage of Spring Web Services.
|
||||
|
||||
== Spring Boot 3.0 + Spring WS 4.0
|
||||
== Spring Boot 3.0.x + Spring WS 4.0.x
|
||||
|
||||
This version of the samples focuses on Spring WS 4.0, the generation provided by Spring Boot 3.0.
|
||||
For Spring WS 3.1 (Spring Boot 2.7) samples, check out https://github.com/spring-projects/spring-ws-samples/tree/1.0.x.
|
||||
This version of the samples focuses on Spring WS 4.0.x, the generation provided by Spring Boot 3 up to Spring Boot 3.4.
|
||||
|
||||
== Sample Applications
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
<properties>
|
||||
<axis.version>1.4</axis.version>
|
||||
<log4j2.version>2.15.0</log4j2.version>
|
||||
|
||||
<sourcesDir>${project.basedir}/target/generated-sources/axis</sourcesDir>
|
||||
<classesDir>${project.basedir}/target/classes</classesDir>
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
<description>Demo project for Spring Web Services</description>
|
||||
|
||||
<properties>
|
||||
<activemq.version>4.1.2</activemq.version>
|
||||
<jakarta-jms.version>3.1.0</jakarta-jms.version>
|
||||
<sourcesDir>${project.basedir}/target/generated-sources/jaxws</sourcesDir>
|
||||
<classesDir>${project.basedir}/target/classes</classesDir>
|
||||
<wsdl>${project.basedir}/../airline.wsdl</wsdl>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<description>Demo project for Spring Web Services</description>
|
||||
|
||||
<properties>
|
||||
<log4j2.version>2.15.0</log4j2.version>
|
||||
<sourcesDir>${project.basedir}/target/generated-sources/axis</sourcesDir>
|
||||
<classesDir>${project.basedir}/target/classes</classesDir>
|
||||
<wsdl>${project.basedir}/../airline.wsdl</wsdl>
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
<name>Spring Web Services Samples - Echo - Client - Spring WS</name>
|
||||
<description>Demo project for Spring Web Services</description>
|
||||
|
||||
<properties>
|
||||
<log4j2.version>2.15.0</log4j2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user