git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@111622 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ed9826fde9
commit
7ae5fb11ca
11
pom.xml
11
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||
<version>1.3.1-SNAPSHOT</version>
|
||||
<version>1.3.2-SNAPSHOT</version>
|
||||
<name>ecological-engine-geospatial-extension</name>
|
||||
<description>ecological-engine-geospatial-extension</description>
|
||||
<properties>
|
||||
|
@ -30,8 +30,17 @@
|
|||
<artifactId>common-utils-encryption</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>ecological-engine</artifactId>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine</artifactId>
|
||||
<version>[1.8.0-SNAPSHOT,2.0.0)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>geoutils-custom</groupId>
|
||||
<artifactId>netcdf</artifactId>
|
||||
|
|
Loading…
Reference in New Issue