authorization-utils added as test dependency

This commit is contained in:
Luca Frosini 2023-02-16 16:00:53 +01:00
parent 9ea7640867
commit 00c275d22f
1 changed files with 6 additions and 0 deletions

View File

@ -70,5 +70,11 @@
<artifactId>gcube-model</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>