Updated depency version

This commit is contained in:
Giancarlo Panichi 2022-12-13 12:10:39 +01:00
parent c451e4bf18
commit c269386d8f
2 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,9 @@
<dependent-module archiveName="ecological-engine-1.14.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine"> <dependent-module archiveName="ecological-engine-1.14.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="seadatanet-connector-1.2.4-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/seadatanet-connector/seadatanet-connector">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-smart-executor-1.6.8-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor"> <dependent-module archiveName="ecological-engine-smart-executor-1.6.8-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>

View File

@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId> <artifactId>dataminer</artifactId>
<version>[1.8.0, 2.0.0-SNAPSHOT)</version> <version>[1.9.0, 2.0.0-SNAPSHOT)</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>