File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 100100 <jakarta-websocket .version>1.1.2</jakarta-websocket .version>
101101 <jakarta-ws-rs .version>2.1.6</jakarta-ws-rs .version>
102102 <jakarta-xml-bind .version>2.3.3</jakarta-xml-bind .version>
103+ <jakarta-xml-soap .version>1.4.2</jakarta-xml-soap .version>
103104 <jakarta-xml-ws .version>2.3.3</jakarta-xml-ws .version>
104105 <janino .version>3.1.0</janino .version>
105106 <javax-activation .version>1.2.0</javax-activation .version>
12211222 <artifactId >jakarta.xml.bind-api</artifactId >
12221223 <version >${jakarta-xml-bind.version} </version >
12231224 </dependency >
1225+ <dependency >
1226+ <groupId >jakarta.xml.soap</groupId >
1227+ <artifactId >jakarta.xml.soap-api</artifactId >
1228+ <version >${jakarta-xml-soap.version} </version >
1229+ </dependency >
12241230 <dependency >
12251231 <groupId >jakarta.xml.ws</groupId >
12261232 <artifactId >jakarta.xml.ws-api</artifactId >
You can’t perform that action at this time.
0 commit comments