Skip to content

Commit 85fcdb8

Browse files
authored
removed references to NETCDF and iTEXT (#466)
1 parent dd97678 commit 85fcdb8

File tree

45 files changed

+60
-1871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+60
-1871
lines changed

pom.xml

-22
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
<id>central</id>
2121
<url>https://repo1.maven.org/maven2/</url>
2222
</repository>
23-
<repository>
24-
<id>unidata-all</id>
25-
<name>Unidata All</name>
26-
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
27-
</repository>
2823
</repositories>
2924

3025
<dependencies>
@@ -70,11 +65,6 @@
7065
<artifactId>ejml-all</artifactId>
7166
<version>0.41</version>
7267
</dependency>
73-
<dependency>
74-
<groupId>com.lowagie</groupId>
75-
<artifactId>itext</artifactId>
76-
<version>1.4.8</version>
77-
</dependency>
7868
<dependency>
7969
<groupId>gov.nist.math</groupId>
8070
<artifactId>jama</artifactId>
@@ -95,24 +85,12 @@
9585
<artifactId>mtj</artifactId>
9686
<version>1.0.4</version>
9787
</dependency>
98-
<!-- https://mvnrepository.com/artifact/edu.ucar/netcdf4 -->
99-
<dependency>
100-
<groupId>edu.ucar</groupId>
101-
<artifactId>netcdf4</artifactId>
102-
<version>4.6.16.1</version>
103-
</dependency>
10488
<dependency>
10589
<groupId>org.ojalgo</groupId>
10690
<artifactId>ojalgo</artifactId>
10791
<version>48.4.2</version>
10892
<scope>provided</scope>
10993
</dependency>
110-
<dependency>
111-
<groupId>edu.wisc.ssec</groupId>
112-
<artifactId>visad</artifactId>
113-
<version>2.0-20130124</version>
114-
<scope>provided</scope>
115-
</dependency>
11694
</dependencies>
11795
<build>
11896
<plugins>

src/main/java/neqsim/dataPresentation/fileHandeling/createNetCDF/NetCdf.java

-140
This file was deleted.

src/main/java/neqsim/dataPresentation/fileHandeling/createNetCDF/netCDF2D/NetCdf2D.java

-150
This file was deleted.

0 commit comments

Comments
 (0)