updated range on detacherre library

This commit is contained in:
Massimiliano Assante 2020-10-19 16:25:45 +02:00
parent ca539dc026
commit c8c054c491
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="detachedres-library-1.1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/detachedres-library/detachedres-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="thematic-gateways-portlet"/>
<property name="java-output-path" value="/thematic-gateways-portlet/target/classes"/>
</wb-module>

View File

@ -49,7 +49,7 @@
<dependency>
<groupId>org.gcube.infrastructure.detachedres</groupId>
<artifactId>detachedres-library</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>[1.1.0-SNAPSHOT, 2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>