File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1818 <!-- wsimport for web service classes generation -->
1919 <groupId >com.helger.maven</groupId >
2020 <artifactId >jaxws-maven-plugin</artifactId >
21+ <version >2.6.2</version >
2122 <executions >
2223 <execution >
2324 <phase >generate-sources</phase >
Original file line number Diff line number Diff line change 2424 <version >${project.version} </version >
2525 <scope >test</scope >
2626 </dependency >
27- <dependency >
28- <groupId >javax.xml.ws</groupId >
29- <artifactId >jaxws-api</artifactId >
30- <version >2.3.1</version >
31- <scope >test</scope >
32- </dependency >
3327 <dependency >
3428 <groupId >com.sun.xml.ws</groupId >
3529 <artifactId >jaxws-rt</artifactId >
36- <version >2.3.2 </version >
30+ <version >2.3.5 </version >
3731 <scope >test</scope >
3832 </dependency >
3933 </dependencies >
Original file line number Diff line number Diff line change 256256 <dependency >
257257 <groupId >jakarta.xml.bind</groupId >
258258 <artifactId >jakarta.xml.bind-api</artifactId >
259- <version >2.3.2 </version >
259+ <version >3.0.0 </version >
260260 </dependency >
261261 <dependency >
262262 <groupId >org.glassfish.jaxb</groupId >
263263 <artifactId >jaxb-runtime</artifactId >
264- <version >2.3.2 </version >
264+ <version >3.0.0 </version >
265265 </dependency >
266266 </dependencies >
267267
You can’t perform that action at this time.
0 commit comments