fixing pom

This commit is contained in:
Luca Frosini 2023-02-09 18:16:13 +01:00
parent 14b5318028
commit ea63924a9f
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,6 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Test Dependency -->
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
@ -79,7 +78,10 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId>
<version>[4.0.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version>
<type>war</type>
</dependency>
<!-- Test Dependency -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>