Last change
on this file since 36349 was 36349, checked in by taylor.smock, 2 months ago |
Dependency updates
Most plugins have been moved to require a minimum version of r19044 (mostly for
Java 11+ build reasons).
|
File size:
719 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="32.0"/>
|
---|
5 | <include file="${josm.ivysettings}" optional="true" /> <!-- optional for IDEs -->
|
---|
6 | <settings defaultResolver="ordered-resolvers"/>
|
---|
7 | <resolvers>
|
---|
8 | <chain name="ordered-resolvers">
|
---|
9 | <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
|
---|
10 | <ibiblio name="osgeo" m2compatible="true" root="https://repo.osgeo.org/repository/release/" />
|
---|
11 | <ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" />
|
---|
12 | </chain>
|
---|
13 | </resolvers>
|
---|
14 | </ivysettings>
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.