Changeset 36315 in osm for applications/editors/josm/plugins/opendata/pom.xml
- Timestamp:
- 2024-08-21T19:57:34+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/pom.xml
r36282 r36315 71 71 <scope>provided</scope> 72 72 </dependency> 73 <!-- Needed to compile jopendocument, provided by geotools later-->73 <!-- Needed to compile jopendocument, not currently provided by geotools --> 74 74 <dependency> 75 75 <groupId>org.jdom</groupId> 76 <artifactId>jdom </artifactId>77 <version> 1.1.3</version>78 <scope> provided</scope>76 <artifactId>jdom2</artifactId> 77 <version>2.0.6.1</version> 78 <scope>compile</scope> 79 79 </dependency> 80 80 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.