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

11
pom.xml
View File

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