Fix build under jdk 9+

This commit is contained in:
Gabriele C 2022-07-18 13:01:51 +02:00
parent a67a4bb72b
commit d07cb90858

View File

@ -453,6 +453,13 @@
<!-- The secret token is provided with a command-line parameter -->
<failOnServiceError>false</failOnServiceError>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>