Added missing dependency

This commit is contained in:
Luca Frosini 2019-12-19 17:25:30 +01:00
parent ddd099bc00
commit 4a4055fced
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-encryption</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcubedatacatalogue-metadata-discovery</artifactId>