Fixed pom to properly compile with JDK 11

master
Luca Frosini 1 year ago
parent 36e56d1e7d
commit 1cf09963a2

@ -115,6 +115,14 @@
<version>4.0.1</version>
<scope>provided</scope>
</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 -->
<dependency>

Loading…
Cancel
Save