Skip to content

Commit

Permalink
Update web service dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuening committed Dec 30, 2024
1 parent 961c35d commit a463abb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions learn-webservices-jaxws-stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
<dependencies>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>4.0.0</version>
<type>pom</type>
<artifactId>jaxws-rt</artifactId>
<version>4.0.3</version>
</dependency>
</dependencies>

Expand All @@ -31,7 +30,7 @@
<plugin>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>4.0.0</version>
<version>4.0.3</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit a463abb

Please sign in to comment.