task_24792 #7
9
pom.xml
9
pom.xml
|
@ -193,6 +193,14 @@
|
||||||
<version>1.14.8</version>
|
<version>1.14.8</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- GIS RESOLVER DEPENDENCIES -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -208,6 +216,7 @@
|
||||||
<groupId>org.opengis</groupId>
|
<groupId>org.opengis</groupId>
|
||||||
<artifactId>geoapi</artifactId>
|
<artifactId>geoapi</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue