source: osm/applications/editors/josm/plugins/pbf/ivy_settings.xml@ 35695

Last change on this file since 35695 was 35631, checked in by simon04, 4 years ago

fix #19972 - pbf: downgrade to protobuf-java 2.5.0, downgrade to osmpbf 1.3.3, resolve osmpbf from mkgmap.org.uk

File size: 613 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ivysettings>
3 <settings defaultResolver="josm-nexus"/>
4 <resolvers>
5 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
6 <url name="mkgmap">
7 <ivy pattern="http://ivy.mkgmap.org.uk/repo/[organisation]/[module]/[revision]/ivys/ivy.xml"/>
8 <artifact pattern="http://ivy.mkgmap.org.uk/repo/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
9 </url>
10 </resolvers>
11 <modules>
12 <module organisation="crosby" name="osmpbf" resolver="mkgmap"/>
13 </modules>
14</ivysettings>
Note: See TracBrowser for help on using the repository browser.