Version specification

This commit is contained in:
Fabio Sinibaldi 2022-06-30 18:20:18 +02:00
parent ca8eb58beb
commit 8636cc95f4
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>[2.4.6,3.0.0)</version>
<version>[2.4.6,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>

View File

@ -52,19 +52,21 @@
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>[2.4.6,3.0.0)</version>
<version>[2.4.6,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- DT -->
<dependency>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-library</artifactId>
<version>[2.4.6,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- POSTGRES DRIVERS -->
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>[1.2.1,2.0.0-SNAPSHOT)</version>
</dependency>