source: josm/trunk/ivysettings.xml@ 18943

Last change on this file since 18943 was 18926, checked in by taylor.smock, 6 months ago

Fix #23367: Don't try to load too many tiles

In this case, we are catching an ArithmeticException when an integer overflow occurs.

Additionally, fix some lint issues and update some dependencies:

  • org.openstreetmap.jmapviewer:jmapviewer: 2.18 -> 2.19
  • ch.poole:OpeningHoursParser: 0.27.1 -> 0.28.0
  • nl.jqno.equalsverifier:equalsverifier: 3.15.4 -> 3.15.5
  • com.google.errorprone:error_prone_core: 2.23.0 -> 2.24.0
File size: 582 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 error_prone 2.10.0 specific statements in build.xml when we drop Java 8 as a build platform -->
9 <property name="versions.error_prone" value="2.10.0" unlessset="isJava11"/>
10 <property name="versions.error_prone" value="2.24.0" ifset="isJava11"/>
11</ivysettings>
Note: See TracBrowser for help on using the repository browser.