Changeset 36273 in osm for applications/editors/josm/plugins/apache-http
- Timestamp:
- 2024-06-05T22:44:48+02:00 (10 months ago)
- Location:
- applications/editors/josm/plugins/apache-http
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/apache-http/build.xml
r36176 r36273 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="1 0580"/>5 <property name="plugin.main.version" value="19044"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/apache-http/ivy.xml
r36176 r36273 4 4 <info organisation="org.openstreetmap.josm.plugins" module="apache-http"/> 5 5 <dependencies> 6 <dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5. 2.1" conf="default->default"/>6 <dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.3.1" conf="default->default"/> 7 7 <!-- We may want to add fluent, cache, and windows extensions in the future --> 8 8 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.