Used new maven range for geoportal-client

This commit is contained in:
Francesco Mangiacrapa 2022-07-27 11:08:23 +02:00
parent 15437a94a5
commit cded2a5254
3 changed files with 26 additions and 17 deletions

View File

@ -13,6 +13,7 @@
<wb-module deploy-name="geoportal-data-viewer-app-2.3.0-SNAPSHOT">
@ -28,6 +29,7 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -43,6 +45,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -58,6 +61,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
@ -73,6 +77,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -88,7 +93,12 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="geoportal-data-common-1.4.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -118,6 +128,7 @@
<property name="context-root" value="geoportal-data-viewer-app"/>
@ -133,6 +144,7 @@
</wb-module>
@ -148,4 +160,5 @@
</project-modules>

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
#### Bug fixed
- [#23689] Fixed the search facility is buggy when used from public access
- [#23704] Used new maven range for geoportal-client
- Moved to 3.7.0-SNAPSHOT
## [v2.2.0] - 2021-12-07

View File

@ -149,11 +149,6 @@
</dependency>
<!-- FORCING THESE DEPENDENCIES IN ORDER TO USE THE "OLD" CONCESSIONI CLIENT/MODEL -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-jaxrs-client</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
@ -169,7 +164,7 @@
<dependency>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId>
<version>[1.0.0, 1.0.7]</version>
<version>[1.0.0, 1.1.0-SNAPSHOT)</version>
<scope>compile</scope>
<exclusions>
<exclusion>