Gianpaolo Coro 2014-09-05 09:48:27 +00:00
parent c8d0993b88
commit c109e7c64a
1 changed files with 26 additions and 20 deletions

14
pom.xml
View File

@ -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 -->