Added dependency to the commons-authorization library

This commit is contained in:
Mauro Mugnaini 2020-06-18 12:06:07 +02:00
parent b9f35d8e45
commit 502a7442e9
1 changed files with 3 additions and 6 deletions

View File

@ -37,12 +37,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>