source: osm/applications/editors/josm/plugins/pdfimport/ivy.xml@ 35774

Last change on this file since 35774 was 35576, checked in by Don-vip, 4 years ago

fix ​#josm19385 - pdfimport: resolve libs using Ivy

File size: 358 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivy-module version="2.0">
4 <info organisation="org.openstreetmap.josm.plugins" module="indoorhelper"/>
5 <dependencies>
6 <dependency org="org.apache.pdfbox" name="pdfbox" rev="1.8.16" conf="default->default"/>
7 </dependencies>
8</ivy-module>
Note: See TracBrowser for help on using the repository browser.