Added used dependency

This commit is contained in:
Luca Frosini 2022-03-17 14:58:51 +01:00
parent 6e2130b1f7
commit 3ba0c051b5
1 changed files with 8 additions and 3 deletions

View File

@ -28,8 +28,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.0-SNAPSHOT</version> <version>2.2.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -54,6 +54,11 @@
</dependency> </dependency>
--> -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>context-enumeration</artifactId> <artifactId>context-enumeration</artifactId>