Added missing dependency

This commit is contained in:
Luca Frosini 2020-09-28 15:20:18 +02:00
parent 16dafb77a8
commit 885901125b
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,3 @@
/org.eclipse.jdt.core.prefs /org.eclipse.jdt.core.prefs
/org.eclipse.core.resources.prefs /org.eclipse.core.resources.prefs
/org.eclipse.m2e.core.prefs

View File

@ -73,6 +73,11 @@
</dependency> </dependency>
<!-- Test Dependency --> <!-- Test Dependency -->
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>[4.0.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version>
</dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId> <artifactId>resource-registry</artifactId>