authorization-utils added as test dependency

This commit is contained in:
Luca Frosini 2023-02-16 15:58:57 +01:00
parent 53e2ad6f12
commit c6a2564d0d
1 changed files with 6 additions and 0 deletions

View File

@ -93,5 +93,11 @@
<artifactId>logback-classic</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>