declared `storagehub-version-range` dependency

This commit is contained in:
Francesco Mangiacrapa 2024-09-17 12:16:41 +02:00
parent 83bdc1f2bf
commit d55febcf5a
1 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@
<!-- default is prod --> <!-- default is prod -->
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> --> <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
<plugin-framework-version>1.0.5</plugin-framework-version> <plugin-framework-version>1.0.5</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
@ -41,7 +41,7 @@
</activation> </activation>
<properties> <properties>
<gcube-smartgears-bom-version>2.6.0</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.6.0</gcube-smartgears-bom-version>
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> --> <!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.5</plugin-framework-version> <plugin-framework-version>1.0.5</plugin-framework-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties> </properties>
@ -298,8 +298,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<!-- inherits from the gcube-bom via gcube-smartgears-bom-version --> <version>${storagehub-version-range}</version>
<!-- <version>${storagehub-version-range}</version> -->
</dependency> </dependency>