|
Last change
on this file since 36025 was 35889, checked in by Don-vip, 4 years ago |
|
see #21666 - Update httpcomponents and add httpcomponents 5 (patch by taylor.smock)
|
|
File size:
958 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="apache-http"/>
|
|---|
| 5 | <dependencies>
|
|---|
| 6 | <!-- Leave these in until at least 2021-03-01 so plugins can migrate -->
|
|---|
| 7 | <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.15" conf="default->default"/>
|
|---|
| 8 | <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.13" conf="default->default"/>
|
|---|
| 9 | <dependency org="org.apache.httpcomponents" name="httpmime" rev="4.5.13" conf="default->default"/>
|
|---|
| 10 | <!-- These are in a different namespace, so conflicts shouldn't occur. -->
|
|---|
| 11 | <dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.1.2" conf="default->default"/>
|
|---|
| 12 | <!-- We may want to add fluent, cache, and windows extensions in the future -->
|
|---|
| 13 | </dependencies>
|
|---|
| 14 | </ivy-module>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.