Added explicit dependency with oidc-library

This commit is contained in:
Mauro Mugnaini 2020-07-16 15:36:42 +02:00
parent 8f72f814e8
commit fafa4e2640
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>