source: osm/applications/editors/josm/plugins/jts/ivy.xml@ 35884

Last change on this file since 35884 was 35884, checked in by Don-vip, 3 years ago

see #21670 - Update plugin JTS to use ivy

File size: 504 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="jts"/>
5 <dependencies>
6 <dependency org="org.locationtech.jts" name="jts-core" rev="1.16.1" />
7 <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.16.1" />
8 <!-- jts-io-common has junit as a test dependency -->
9 <exclude org="junit" />
10 </dependencies>
11</ivy-module>
Note: See TracBrowser for help on using the repository browser.