Skip to content

Commit

Permalink
Update netcdf in pom (#428)
Browse files Browse the repository at this point in the history
* updated netcdf library

* updated netcdf library
  • Loading branch information
EvenSol authored May 31, 2022
1 parent aaa90f1 commit 8290c05
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,12 @@
<artifactId>mtj</artifactId>
<version>1.0.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/edu.ucar/netcdf4 -->
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf4</artifactId>
<version>4.6.16.1</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/edu.ucar/netcdf4 -->
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf4</artifactId>
<version>4.6.16.1</version>
</dependency>
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
Expand Down

0 comments on commit 8290c05

Please sign in to comment.