Added d4science-iam-client which is used for tests

This commit is contained in:
Luca Frosini 2024-10-28 15:45:30 +01:00
parent ec3a17b2d9
commit 4766ad2f80
1 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,12 @@
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>d4science-iam-client</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>