added json-simple dep

This commit is contained in:
Massimiliano Assante 2020-04-06 11:54:37 +02:00
parent fac9dff9f4
commit 55a48cccae
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@
<artifactId>ic-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-encryption</artifactId>