Fixed pom to properly compile with JDK 11

This commit is contained in:
Luca Frosini 2022-11-16 11:40:24 +01:00
parent 36e56d1e7d
commit 1cf09963a2
1 changed files with 8 additions and 0 deletions

View File

@ -115,6 +115,14 @@
<version>4.0.1</version> <version>4.0.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Added to support Java 11 JDK -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- END Added to support Java 11 JDK -->
<!-- https://mvnrepository.com/artifact/io.micrometer/micrometer-core --> <!-- https://mvnrepository.com/artifact/io.micrometer/micrometer-core -->
<dependency> <dependency>