dependency from gis-interface
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@85567 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
af07a249fd
commit
4180200ace
17
pom.xml
17
pom.xml
|
@ -19,7 +19,22 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>EcologicalEngineExecutor</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>[1.4.0-SNAPSHOT,2.0.0)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
<artifactId>gis-interface</artifactId>
|
||||
<version>2.0.1-2.17.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>geotk-coverageio-netcdf</artifactId>
|
||||
<groupId>org.geotoolkit</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>geoapi-pending</artifactId>
|
||||
<groupId>org.opengis</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
|
|
Loading…
Reference in New Issue