Merge pull request '1.0.9' (#8) from 1.0.9 into master

This commit is contained in:
Fabio Sinibaldi 2020-12-10 12:52:48 +01:00
commit f54ff5676d
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-logic
## [v1.0.9] - 2020-12-9
Exclude gcube 5 libraries
## [v1.0.8] - 2020-12-9
Restrict gis dependencies version

10
pom.xml
View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-logic</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<name>Geoportal Logic</name>
@ -44,6 +44,14 @@
</dependencyManagement>
<dependencies>
<!-- REMOVE FROM GCUBE 5 -->
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-gcube-calls</artifactId>
<version>[1.0.0,1.2.0)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>