updated all lower ranges

This commit is contained in:
Francesco Mangiacrapa 2024-10-18 12:04:12 +02:00
parent 0af75603ae
commit d596e59ff0
1 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<version>[2.4.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
@ -74,12 +74,10 @@
<version>20090211</version>
</dependency>
<dependency>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId>
<version>[1.1.0, 2.0.0-SNAPSHOT)</version>
<version>[1.2.2, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
@ -115,6 +113,7 @@
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>cms-test-commons</artifactId>
<version>[1.0.5, 2.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>