added ic-client dependency

This commit is contained in:
Francesco Mangiacrapa 2020-11-27 12:04:06 +01:00
parent f4e877a0b3
commit d052fd535c
1 changed files with 12 additions and 12 deletions

24
pom.xml
View File

@ -110,18 +110,18 @@
<artifactId>geo-utility</artifactId> <artifactId>geo-utility</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version> <version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- <dependency> --> <dependency>
<!-- <groupId>org.gcube.common</groupId> --> <groupId>org.gcube.resources.discovery</groupId>
<!-- <artifactId>authorization-client</artifactId> --> <artifactId>ic-client</artifactId>
<!-- <version>[2.0.0, 3.0.0-SNAPSHOT)</version> --> <version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<!-- <scope>provided</scope> --> <scope>provided</scope>
<!-- </dependency> --> </dependency>
<!-- <dependency> --> <dependency>
<!-- <groupId>org.gcube.core</groupId> --> <groupId>org.gcube.core</groupId>
<!-- <artifactId>common-scope-maps</artifactId> --> <artifactId>common-scope-maps</artifactId>
<!-- <version>[1.1.0, 2.0.0-SNAPSHOT)</version> --> <version>[1.1.0, 2.0.0-SNAPSHOT)</version>
<!-- <scope>compile</scope> --> <scope>provided</scope>
<!-- </dependency> --> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common.portal</groupId> <groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId> <artifactId>portal-manager</artifactId>