File tree Expand file tree Collapse file tree 3 files changed +6
-31
lines changed
src/main/java/org/hortonmachine/gears/io/wcs/readers Expand file tree Collapse file tree 3 files changed +6
-31
lines changed Original file line number Diff line number Diff line change 2121 <version >0.11.0-SNAPSHOT</version >
2222 </dependency >
2323
24-
2524 <dependency >
2625 <groupId >joda-time</groupId >
2726 <artifactId >joda-time</artifactId >
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 >
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 >
Original file line number Diff line number Diff line change 33import java .util .ArrayList ;
44import 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 ;
106import org .hortonmachine .gears .io .wcs .Authentication ;
117import org .hortonmachine .gears .io .wcs .IDescribeCoverage ;
128import org .hortonmachine .gears .io .wcs .WcsUtils ;
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments