using catalogue-core in place of gcat

This commit is contained in:
Luca Frosini 2024-03-26 12:03:39 +01:00
parent e0a0983373
commit bf92acfe84
1 changed files with 2 additions and 3 deletions

View File

@ -80,9 +80,8 @@
</dependency>
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat</artifactId>
<version>[2.5.1, 3.0.0-SNAPSHOT)</version>
<classifier>classes</classifier>
<artifactId>catalogue-core</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>