Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Sinibaldi f031d68224 JDK 11 compliance 2023-01-19 18:05:32 +01:00
Fabio Sinibaldi 13f9b12366 Merge pull request '20760_https' (#6) from 20760_https into master
Reviewed-on: #6
2023-01-19 17:48:34 +01:00
1 changed files with 8 additions and 3 deletions

11
pom.xml
View File

@ -32,14 +32,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -165,10 +165,15 @@
<dependency>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-library</artifactId>
<version>[1.2.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-conformance</artifactId>