Manage JAXWS-API version.

This commit is contained in:
Greg L. Turnquist
2023-09-18 16:18:17 -05:00
parent 07c549d9cd
commit a90cb3dd41
2 changed files with 3 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.0</version>
<version>${jaxws-api.version}</version>
<scope>provided</scope>
</dependency>