moved oidc-library-portal to provided

This commit is contained in:
Francesco Mangiacrapa 2021-05-19 18:18:01 +02:00
parent 1aa4d7b3f6
commit a7fb141f1a
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.1</version>
<version>3.6.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -79,6 +79,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- PORTAL MANAGER -->