added common-auth library

This commit is contained in:
Roberto Cirillo 2021-05-12 17:16:54 +02:00
parent db334e21fa
commit bf2f5b55e1
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,11 @@
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.3.1-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
</dependencies>
<build>
<plugins>