<?xml version="1.0" encoding="utf-8"?>
<!-- License: GPL. For details, see LICENSE file. -->
<ivysettings>
  <settings defaultResolver="josm-nexus"/>
  <resolvers>
    <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
  </resolvers>
  <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform -->
  <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/>
  <property name="versions.junit5-system-exit" value="2.0.2" ifset="isJava17"/>
</ivysettings>
