[JAVA-32874] Fix Errors related to Maven upgrade (#16331)

This commit is contained in:
Harry9656
2024-04-09 08:35:21 +02:00
committed by GitHub
parent 84d5277359
commit eead7a451c
4 changed files with 28 additions and 3 deletions
+6 -2
View File
@@ -36,7 +36,7 @@
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.0</version>
<version>${jaxws.version}</version>
<type>pom</type>
</dependency>
</dependencies>
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>4.0.1</version>
<version>${jaxws.version}</version>
<executions>
<execution>
<goals>
@@ -73,4 +73,8 @@
</plugins>
</build>
<properties>
<jaxws.version>4.0.2</jaxws.version>
</properties>
</project>