Last change
on this file since 36406 was 36349, checked in by taylor.smock, 5 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
|
Rev | Line | |
---|
[35898] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <ivysettings>
|
---|
[35903] | 3 | <!-- When geotools is updated, run `ant merge-geotools-services` -->
|
---|
[36349] | 4 | <property name="gt.version" value="32.0"/>
|
---|
[36176] | 5 | <include file="${josm.ivysettings}" optional="true" /> <!-- optional for IDEs -->
|
---|
[35898] | 6 | <settings defaultResolver="ordered-resolvers"/>
|
---|
| 7 | <resolvers>
|
---|
| 8 | <chain name="ordered-resolvers">
|
---|
[35903] | 9 | <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
|
---|
[35898] | 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.