source: josm/trunk/ivysettings.xml@ 19307

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

See #23913: Fetch remote API keys for Bing imagery

Update JMapViewer and other dependencies

File size: 595 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivysettings>
4 <settings defaultResolver="josm-nexus"/>
5 <resolvers>
6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
7 </resolvers>
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"/>
10 <property name="versions.junit5-system-exit" value="2.0.2" ifset="isJava17"/>
11</ivysettings>
Note: See TracBrowser for help on using the repository browser.