Updated for pre

This commit is contained in:
Giancarlo Panichi 2022-04-06 16:43:24 +02:00
parent d2bc0039d2
commit 713de1799a
2 changed files with 4 additions and 1 deletions

View File

@ -62,6 +62,9 @@
<dependent-module archiveName="dataminer-1.9.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer"> <dependent-module archiveName="dataminer-1.9.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="ecological-engine-smart-executor-1.6.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -87,7 +87,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.1.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>