Fixed dependency management

This commit is contained in:
Luca Frosini 2022-03-17 14:59:55 +01:00
parent 3ba0c051b5
commit d47724c2fe
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>