Skip to content

Commit

Permalink
removed references to NETCDF and iTEXT (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jul 12, 2022
1 parent dd97678 commit 85fcdb8
Show file tree
Hide file tree
Showing 45 changed files with 60 additions and 1,871 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>unidata-all</id>
<name>Unidata All</name>
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -70,11 +65,6 @@
<artifactId>ejml-all</artifactId>
<version>0.41</version>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>1.4.8</version>
</dependency>
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
Expand All @@ -95,24 +85,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>
</dependency>
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
<version>48.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>edu.wisc.ssec</groupId>
<artifactId>visad</artifactId>
<version>2.0-20130124</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 85fcdb8

Please sign in to comment.