mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
update netCDF library to version 5.8.0-SNAPSHOT which support GRIB data with CCSDS compression
This commit is contained in:
parent
e9e58cca91
commit
dec3de87f6
@ -14,7 +14,7 @@
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<netcdf.version>5.7.0</netcdf.version>
|
||||
<netcdf.version>5.8.0-SNAPSHOT</netcdf.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@ -76,7 +76,12 @@
|
||||
<dependency>
|
||||
<groupId>edu.ucar</groupId>
|
||||
<artifactId>grib</artifactId>
|
||||
<version>${netcdf.version}</version>
|
||||
<version>5.8.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.ucar</groupId>
|
||||
<artifactId>libaec-native</artifactId>
|
||||
<version>5.8.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.ucar</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user