authorization-utils added as test dependency

This commit is contained in:
Luca Frosini 2023-02-16 16:01:30 +01:00
parent 3ad57330b9
commit cdeeae7bda
1 changed files with 6 additions and 0 deletions

View File

@ -75,5 +75,11 @@
<artifactId>resource-registry-client</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>