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