Fixed IS dependencies

This commit is contained in:
Luca Frosini 2023-02-10 16:14:10 +01:00
parent 8a3f45dfa4
commit 2eefaa4ebe
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -156,11 +156,6 @@
<artifactId>resource-registry-client</artifactId> <artifactId>resource-registry-client</artifactId>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version> <version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-context-client</artifactId>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId> <artifactId>resource-registry-publisher</artifactId>
@ -168,14 +163,19 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-query-template-client</artifactId> <artifactId>resource-registry-context-client</artifactId>
<version>[2.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version> <version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-schema-client</artifactId> <artifactId>resource-registry-schema-client</artifactId>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version> <version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-query-template-client</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Facets Based Resource Model related dependencies --> <!-- END Facets Based Resource Model related dependencies -->
<!-- Clients Related Dependencies --> <!-- Clients Related Dependencies -->