source: josm/trunk/ivysettings.xml@ 19317

Last change on this file since 19317 was 19293, checked in by taylor.smock, 4 weeks ago

See #23913: Fetch remote API keys for Bing imagery

Update JMapViewer and other dependencies

File size: 595 bytes
RevLine 
[15977]1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivysettings>
[17128]4 <settings defaultResolver="josm-nexus"/>
[15977]5 <resolvers>
[17128]6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
[15977]7 </resolvers>
[19250]8 <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform -->
9 <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/>
[19293]10 <property name="versions.junit5-system-exit" value="2.0.2" ifset="isJava17"/>
[15977]11</ivysettings>
Note: See TracBrowser for help on using the repository browser.