Added missing dependecy

This commit is contained in:
Luca Frosini 2022-04-06 11:22:20 +02:00
parent cceed61fba
commit bd5eaf50f6
1 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,15 @@
<artifactId>resource-registry-publisher</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.resources</groupId>
<artifactId>common-gcore-resources</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.resources</groupId>
<artifactId>registry-publisher</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcubedatacatalogue-metadata-discovery</artifactId>