source: osm/applications/editors/josm/plugins/geotools/ivy_settings.xml@ 36008

Last change on this file since 36008 was 36008, checked in by taylor.smock, 2 years ago

geotools: Update dependencies

  • geotools: 26.2 -> 27.0
    • Better Java 17 compatibility
    • Integration with SLF4J
    • Various bug fixes

See http://geotoolsnews.blogspot.com/2022/05/geotools-270-released.html
for more information.

File size: 635 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ivysettings>
3 <!-- When geotools is updated, run `ant merge-geotools-services` -->
4 <property name="gt.version" value="27.0"/>
5 <settings defaultResolver="ordered-resolvers"/>
6 <resolvers>
7 <chain name="ordered-resolvers">
8 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
9 <ibiblio name="osgeo" m2compatible="true" root="https://repo.osgeo.org/repository/release/" />
10 <ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" />
11 </chain>
12 </resolvers>
13</ivysettings>
14
Note: See TracBrowser for help on using the repository browser.