added `jaxb-api` for building towards JDK_11
This commit is contained in:
parent
fc72fe1029
commit
55a8e4001e
11
pom.xml
11
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue