git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@101979 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2c0fae3a8f
commit
f6713af111
8
pom.xml
8
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.3.1-SNAPSHOT</version>
|
||||
<name>ecological-engine-geospatial-extension</name>
|
||||
<description>ecological-engine-geospatial-extension</description>
|
||||
<properties>
|
||||
|
@ -25,6 +25,12 @@
|
|||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>EcologicalEngineExecutor</artifactId>
|
||||
<version>[1.4.0-SNAPSHOT,2.0.0)</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>common-utils-encryption</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>geoutils-custom</groupId>
|
||||
|
|
Loading…
Reference in New Issue