git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineExternalAlgorithms@99519 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c8d0993b88
commit
c109e7c64a
14
pom.xml
14
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>ecological-engine-external-algorithms</artifactId>
|
<artifactId>ecological-engine-external-algorithms</artifactId>
|
||||||
<version>1.1.3</version>
|
<version>1.1.5-SNAPSHOT</version>
|
||||||
<name>ecological-engine-external-algorithms</name>
|
<name>ecological-engine-external-algorithms</name>
|
||||||
<description>ecological-engine-external-algorithms library</description>
|
<description>ecological-engine-external-algorithms library</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>ecological-engine</artifactId>
|
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
<version>[1.2.1, 2.0.0]</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>rapidminer-custom</groupId>
|
<groupId>rapidminer-custom</groupId>
|
||||||
|
@ -73,7 +73,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.data.spd</groupId>
|
<groupId>org.gcube.data.spd</groupId>
|
||||||
<artifactId>spd-client-library</artifactId>
|
<artifactId>spd-client-library</artifactId>
|
||||||
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
|
<version>[1.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.gcube.data.spd</groupId>
|
||||||
|
<artifactId>spd-model</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- This dependency is needed and is need on TOP to use GWT UI BInder
|
<!-- This dependency is needed and is need on TOP to use GWT UI BInder
|
||||||
without old Xerces version of gCore complaining -->
|
without old Xerces version of gCore complaining -->
|
||||||
|
|
Loading…
Reference in New Issue