Skip to content

Commit 4a67b23

Browse files
authoredDec 3, 2021
Merge pull request #482 from breakponchito/updating-jaxb-jaxws-dependencies-for-jdk17
updating jaxb and jaxws to execute jdk17
2 parents 74e9b84 + 1602232 commit 4a67b23

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed
 

‎jaxws/jaxws-client/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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>

‎jaxws/pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,10 @@
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>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,12 @@
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

0 commit comments

Comments
 (0)
Failed to load comments.