git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@115357 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1c77e5f62d
commit
5cd8ff7ee1
12
pom.xml
12
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||
<version>1.3.3-SNAPSHOT</version>
|
||||
<version>1.3.4-SNAPSHOT</version>
|
||||
<name>ecological-engine-geospatial-extension</name>
|
||||
<description>ecological-engine-geospatial-extension</description>
|
||||
<properties>
|
||||
|
@ -28,8 +28,8 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>EcologicalEngineExecutor</artifactId>
|
||||
<version>[1.4.0-SNAPSHOT,2.0.0)</version>
|
||||
<artifactId>ecological-engine-smart-executor</artifactId>
|
||||
<version>[0.0.1,2.0.0)</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>common-utils-encryption</artifactId>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine</artifactId>
|
||||
<version>[1.8.4-SNAPSHOT,2.0.0)</version>
|
||||
<version>[1.8.4,2.0.0)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>geoutils-custom</groupId>
|
||||
|
@ -81,7 +81,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
<artifactId>gis-interface</artifactId>
|
||||
<version>(2.0.1-SNAPSHOT,3.0.0)</version>
|
||||
<version>(2.0.1,3.0.0)</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>geotk-coverageio-netcdf</artifactId>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.data.transfer</groupId>
|
||||
<artifactId>transfer-library</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
|
|
Loading…
Reference in New Issue