declared `storagehub-version-range` dependency
This commit is contained in:
parent
83bdc1f2bf
commit
d55febcf5a
7
pom.xml
7
pom.xml
|
@ -24,7 +24,7 @@
|
|||
|
||||
<!-- default is prod -->
|
||||
<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>
|
||||
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
</activation>
|
||||
<properties>
|
||||
<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>
|
||||
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||
</properties>
|
||||
|
@ -298,8 +298,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue