Removed -SNAPSHOT from lower bound

This commit is contained in:
Luca Frosini 2024-05-16 11:56:20 +02:00
parent d8d06565e6
commit 04878398cf
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[2.1.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<version>[2.1.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->