update to gcube-bom 4

This commit is contained in:
Roberto Cirillo 2024-11-12 10:45:10 +01:00
parent 321a4626d0
commit 4db1308c48
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* compatible with s3 storage backend * compatible with s3 storage backend
* remove retry mechanism to exist method * remove retry mechanism to exist method
* add try/catch on exist method #24215 * add try/catch on exist method #24215
* update to gcube-bom 4
## [v3.0.0] 2021-09-10 ## [v3.0.0] 2021-09-10
* fix #22164 * fix #22164

View File

@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>