Removed patch pre gcube 5

This commit is contained in:
Fabio Sinibaldi 2021-07-26 15:23:50 +02:00
parent d52a96aa11
commit 37f4476ce6
1 changed files with 18 additions and 18 deletions

36
pom.xml
View File

@ -63,12 +63,7 @@
</dependency> </dependency>
<!-- REMOVE FROM GCUBE 5 -->
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-gcube-calls</artifactId>
<version>[1.0.0,1.2.0)</version>
</dependency>
<!-- JERSEY --> <!-- JERSEY -->
@ -104,9 +99,14 @@
<dependency> <dependency>
<groupId>org.gcube.application</groupId> <groupId>org.gcube.application</groupId>
<artifactId>geoportal-logic</artifactId> <artifactId>geoportal-logic</artifactId>
<version>[1.0.4,2.0.0)</version> <version>[1.0.14,2.0.0)</version>
</dependency> </dependency>
<!-- &lt;!&ndash; override gis-interface &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.gcube.spatial.data</groupId>-->
<!-- <artifactId>gis-interface</artifactId>-->
<!-- <version>[2.4.6,3.0.0)</version>-->
<!-- </dependency>-->
<!-- MONGO --> <!-- MONGO -->
@ -210,14 +210,14 @@
<version>10.8.3.0</version> <scope>test</scope> </dependency> --> <version>10.8.3.0</version> <scope>test</scope> </dependency> -->
</dependencies> </dependencies>
<repositories> <!-- <repositories>-->
<repository> <!-- <repository>-->
<id>GeoSolutions</id> <!-- <id>GeoSolutions</id>-->
<url>https://nexus.d4science.org/nexus/content/repositories/geo-solutions-snapshots/</url> <!-- <url>https://nexus.d4science.org/nexus/content/repositories/geo-solutions-snapshots/</url>-->
</repository> <!-- </repository>-->
<repository> <!-- <repository>-->
<id>GeoToolkit</id> <!-- <id>GeoToolkit</id>-->
<url>https://nexus.d4science.org/nexus/content/repositories/geotoolkit/</url> <!-- <url>https://nexus.d4science.org/nexus/content/repositories/geotoolkit/</url>-->
</repository> <!-- </repository>-->
</repositories> <!-- </repositories>-->
</project> </project>