git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineExternalAlgorithms@77389 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2682bf7f4e
commit
edaf64001d
14
pom.xml
14
pom.xml
|
@ -19,7 +19,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>ecological-engine</artifactId>
|
<artifactId>ecological-engine</artifactId>
|
||||||
<version>1.6.1-SNAPSHOT</version>
|
<version>1.7.0-SNAPSHOT</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>postgresql</groupId>
|
<groupId>postgresql</groupId>
|
||||||
|
@ -27,9 +33,9 @@
|
||||||
<version>8.4-702.jdbc4</version>
|
<version>8.4-702.jdbc4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>rapidminer-custom</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.0.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue