Skip to content

Commit d59df49

Browse files
committed
more leanup
1 parent c303667 commit d59df49

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

gears/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<version>0.11.0-SNAPSHOT</version>
2222
</dependency>
2323

24-
2524
<dependency>
2625
<groupId>joda-time</groupId>
2726
<artifactId>joda-time</artifactId>
@@ -166,15 +165,6 @@
166165
<artifactId>xpp3</artifactId>
167166
</dependency>
168167

169-
<!-- <dependency>-->
170-
<!-- <groupId>it.geosolutions.jaiext.jiffle</groupId>-->
171-
<!-- <artifactId>jt-jiffle-op</artifactId>-->
172-
<!-- </dependency>-->
173-
<!-- <dependency>-->
174-
<!-- <groupId>it.geosolutions.imageio-ext</groupId>-->
175-
<!-- <artifactId>imageio-ext-tiff</artifactId>-->
176-
<!-- </dependency>-->
177-
178168
<dependency>
179169
<groupId>it.geosolutions.imageio-ext</groupId>
180170
<artifactId>imageio-ext-cog-reader</artifactId>
@@ -190,15 +180,6 @@
190180
<artifactId>commons-math3</artifactId>
191181
</dependency>
192182

193-
<dependency>
194-
<groupId>net.java.dev.jna</groupId>
195-
<artifactId>jna</artifactId>
196-
</dependency>
197-
198-
<!-- <dependency> -->
199-
<!-- <groupId>org.geotools</groupId> -->
200-
<!-- <artifactId>gt-netcdf</artifactId> -->
201-
<!-- </dependency> -->
202183
<dependency>
203184
<groupId>edu.ucar</groupId>
204185
<artifactId>netcdf4</artifactId>

gears/src/main/java/org/hortonmachine/gears/io/wcs/readers/DescribeCoverageReader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
import java.util.ArrayList;
44
import java.util.List;
55

6-
import org.apache.http.HttpResponse;
7-
import org.apache.http.client.HttpClient;
8-
import org.apache.http.client.methods.HttpGet;
9-
import org.apache.http.impl.client.HttpClientBuilder;
106
import org.hortonmachine.gears.io.wcs.Authentication;
117
import org.hortonmachine.gears.io.wcs.IDescribeCoverage;
128
import org.hortonmachine.gears.io.wcs.WcsUtils;

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@
299299
<version>3.6.1</version>
300300
</dependency>
301301

302-
<dependency>
303-
<groupId>net.java.dev.jna</groupId>
304-
<artifactId>jna</artifactId>
305-
<version>4.2.2</version>
306-
</dependency>
307-
308302
<dependency>
309303
<groupId>junit</groupId>
310304
<artifactId>junit</artifactId>
@@ -331,8 +325,12 @@
331325
<artifactId>kotlin-stdlib-jdk8</artifactId>
332326
<version>1.9.10</version>
333327
</dependency>
334-
335-
328+
<dependency>
329+
<groupId>org.gdal</groupId>
330+
<artifactId>gdal</artifactId>
331+
<version>3.3.0</version>
332+
</dependency>
333+
336334
</dependencies>
337335
</dependencyManagement>
338336

0 commit comments

Comments
 (0)