forcing cdm scope to compile

1.2.0
Fabio Sinibaldi 3 years ago
parent a2c07335aa
commit 502b0d30aa

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data.transfer.sis-geotk-plugin
## [v1.2.0] 2020-09-07
## [v1.2.0-SNAPSHOT] 2020-09-07
Upgrade to apache-sis 1.0
## [v1.1.3] 2020-09-07

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>sis-geotk-plugin</artifactId>
<version>1.2.0</version>
<version>1.2.0-SNAPSHOT</version>
<name>Sis/GeoToolkit plugin</name>
<description>Apache Sis/Geotk plugin for data-transfer-service</description>
@ -129,6 +129,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>cdm</artifactId>
<scope>compile</scope>
</dependency>

Loading…
Cancel
Save