updated range on detacherre library
This commit is contained in:
parent
ca539dc026
commit
c8c054c491
|
@ -4,6 +4,9 @@
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<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/java"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
<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="context-root" value="thematic-gateways-portlet"/>
|
||||||
<property name="java-output-path" value="/thematic-gateways-portlet/target/classes"/>
|
<property name="java-output-path" value="/thematic-gateways-portlet/target/classes"/>
|
||||||
</wb-module>
|
</wb-module>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -49,7 +49,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.infrastructure.detachedres</groupId>
|
<groupId>org.gcube.infrastructure.detachedres</groupId>
|
||||||
<artifactId>detachedres-library</artifactId>
|
<artifactId>detachedres-library</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>[1.1.0-SNAPSHOT, 2.0.0)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.dvos</groupId>
|
<groupId>org.gcube.dvos</groupId>
|
||||||
|
|
Loading…
Reference in New Issue