git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@83055 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a14096a672
commit
ca1996b515
27
pom.xml
27
pom.xml
|
@ -62,9 +62,9 @@
|
|||
<version>1.0-M2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>hibernate-patched</artifactId>
|
||||
<version>3.5.2</version>
|
||||
<groupId>hibernate-patched</groupId>
|
||||
<artifactId>hibernate3</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jama</groupId>
|
||||
|
@ -127,9 +127,24 @@
|
|||
<version>8.4-702.jdbc4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>rapidminer-custom</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
<artifactId>rapidMiner</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
<artifactId>rapidminer-plugintext</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
<artifactId>jahmm</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
<artifactId>marytts</artifactId>
|
||||
<version>5.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
Loading…
Reference in New Issue