Added d4science-iam-client which is used for tests
This commit is contained in:
parent
ec3a17b2d9
commit
4766ad2f80
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue