1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!-- License: GPL. For details, see LICENSE file. -->
|
---|
3 | <ivy-module version="2.0">
|
---|
4 | <info organisation="org.openstreetmap.josm.plugins" module="geotools"/>
|
---|
5 | <dependencies>
|
---|
6 | <dependency org="org.geotools" name="gt-coverage" rev="${gt.version}" conf="default->default"/>
|
---|
7 | <dependency org="org.geotools" name="gt-coverage-api" rev="${gt.version}" conf="default->default"/>
|
---|
8 | <dependency org="org.geotools" name="gt-epsg-extension" rev="${gt.version}" conf="default->default"/>
|
---|
9 | <dependency org="org.geotools" name="gt-epsg-hsql" rev="${gt.version}" conf="default->default"/>
|
---|
10 | <dependency org="org.geotools" name="gt-geotiff" rev="${gt.version}" conf="default->default"/>
|
---|
11 | <dependency org="org.geotools" name="gt-main" rev="${gt.version}" conf="default->default"/>
|
---|
12 | <dependency org="org.geotools" name="gt-metadata" rev="${gt.version}" conf="default->default"/>
|
---|
13 | <dependency org="org.geotools" name="gt-opengis" rev="${gt.version}" conf="default->default"/>
|
---|
14 | <dependency org="org.geotools" name="gt-referencing" rev="${gt.version}" conf="default->default"/>
|
---|
15 | <dependency org="org.geotools" name="gt-shapefile" rev="${gt.version}" conf="default->default"/>
|
---|
16 | <!-- Dependencies that were not needed in 22.0 (according to lib in svn) -->
|
---|
17 | <exclude org="org.geotools" module="gt-imagemosaic"/>
|
---|
18 | <exclude org="net.sourceforge.hatbox" module="hatbox"/>
|
---|
19 | <exclude org="com.google.guava" module="guava"/>
|
---|
20 | <!-- unnecessary dependencies -->
|
---|
21 | <exclude org="com.github.spotbugs"/>
|
---|
22 | <exclude org="org.geotools.demo"/>
|
---|
23 | <!-- ecore is rather large (1.3M) -->
|
---|
24 | <exclude org="org.eclipse.emf"/>
|
---|
25 | <!-- from jaxb plugin (Eclipse JAXB 2.3.2, at time of writing) JAXB 3.0 uses jakarta.xml.bind/com.sun.xml.bind -->
|
---|
26 | <exclude org="javax.xml.bind" module="jaxb-api" />
|
---|
27 | <exclude org="org.glassfish.jaxb" module="jaxb-runtime" />
|
---|
28 | <!-- from ejml plugin -->
|
---|
29 | <exclude org="org.ejml"/>
|
---|
30 | <!-- from jts plugin -->
|
---|
31 | <exclude org="org.locationtech.jts" module="jts-core"/>
|
---|
32 | <exclude org="org.locationtech.jts.io" module="jts-io-common"/>
|
---|
33 | <!-- from apache-commons plugin -->
|
---|
34 | <exclude org="com.github.luben" module="zstd-jni"/>
|
---|
35 | <exclude org="org.apache.commons" module="commons-collections4"/>
|
---|
36 | <exclude org="org.apache.commons" module="commons-compress"/>
|
---|
37 | <exclude org="org.apache.commons" module="commons-imaging"/>
|
---|
38 | <exclude org="commons-io" module="commons-io"/>
|
---|
39 | <exclude org="commons-logging" module="commons-logging"/>
|
---|
40 | <exclude org="org.apache.commons" module="commons-lang3"/>
|
---|
41 | <exclude org="org.apache.commons" module="commons-math3"/>
|
---|
42 | <exclude org="org.apache.commons" module="commons-text"/>
|
---|
43 | <exclude org="org.brotli" module="dec"/>
|
---|
44 | <exclude org="org.tukaani" module="xz"/>
|
---|
45 | <!-- from jaxb plugin -->
|
---|
46 | <exclude org="javax.activation" module="javax.activation-api"/>
|
---|
47 | <!-- from jackson plugin -->
|
---|
48 | <exclude org="com.fasterxml.jackson.core" module="jackson-core"/>
|
---|
49 | </dependencies>
|
---|
50 | </ivy-module>
|
---|