started to fix sharepoint API under JDK11

This commit is contained in:
2019-06-17 14:21:11 +02:00
parent 6829b65a2f
commit 96892cf8f9
4 changed files with 70 additions and 10 deletions

View File

@ -269,9 +269,10 @@
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.5</version>
<!-- switched to com.helger.maven - need to revert back to org.codehaus.mojo when jaxws-maven-plugin with JDK11 support has been released -->
<groupId>com.helger.maven</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.6.1</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>