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

Last change on this file since 36252 was 36004, checked in by taylor.smock, 2 years ago

jts: Update dependencies

  • jts 1.18.2 -> 1.19.0
    • Performance improvements
    • Some functionality improvements
    • Various new features

See https://github.com/locationtech/jts/releases/tag/1.19.0
for more information.

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.19.0" />
7 <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.19.0" />
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.