Fixed wrong range

This commit is contained in:
Luca Frosini 2020-07-09 17:17:26 +02:00
parent b871d7e979
commit add6d1f35d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[4.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->