added `jaxb-api` for building towards JDK_11

This commit is contained in:
Francesco Mangiacrapa 2023-03-23 16:01:17 +01:00
parent fc72fe1029
commit 55a8e4001e
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -192,7 +192,15 @@
<artifactId>lombok</artifactId>
<version>1.14.8</version>
</dependency>
<!-- FOR BUILDING towards JDK_11 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
<!-- GIS RESOLVER DEPENDENCIES -->
<dependency>
@ -208,6 +216,7 @@
<groupId>org.opengis</groupId>
<artifactId>geoapi</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>