3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 18
18
<!-- wsimport for web service classes generation -->
19
19
<groupId >com.helger.maven</groupId >
20
20
<artifactId >jaxws-maven-plugin</artifactId >
21
+ <version >2.6.2</version >
21
22
<executions >
22
23
<execution >
23
24
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 24
24
<version >${project.version} </version >
25
25
<scope >test</scope >
26
26
</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 >
33
27
<dependency >
34
28
<groupId >com.sun.xml.ws</groupId >
35
29
<artifactId >jaxws-rt</artifactId >
36
- <version >2.3.2 </version >
30
+ <version >2.3.5 </version >
37
31
<scope >test</scope >
38
32
</dependency >
39
33
</dependencies >
Original file line number Diff line number Diff line change 256
256
<dependency >
257
257
<groupId >jakarta.xml.bind</groupId >
258
258
<artifactId >jakarta.xml.bind-api</artifactId >
259
- <version >2.3.2 </version >
259
+ <version >3.0.0 </version >
260
260
</dependency >
261
261
<dependency >
262
262
<groupId >org.glassfish.jaxb</groupId >
263
263
<artifactId >jaxb-runtime</artifactId >
264
- <version >2.3.2 </version >
264
+ <version >3.0.0 </version >
265
265
</dependency >
266
266
</dependencies >
267
267
0 commit comments