Rev | Line | |
---|
[35523] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <!-- License: GPL. For details, see LICENSE file. -->
|
---|
| 3 | <ivy-module version="2.0">
|
---|
[35589] | 4 | <info organisation="org.openstreetmap.josm.plugins" module="apache-http"/>
|
---|
[35523] | 5 | <configurations>
|
---|
| 6 | <conf name="ivy" description="Apache Ivy configuration for self-update"/>
|
---|
| 7 | <!-- configuration that should be used when specifying dependencies -->
|
---|
| 8 | <conf name="implementation" description="All libs JOSM uses that plugins should not use"/>
|
---|
| 9 | <conf name="api" description="All libs that JOSM uses and are available for plugins"/>
|
---|
| 10 | <conf name="runtimeOnly" description="The libs shipped with JOSM that we do not need during compilation"/>
|
---|
| 11 | <conf name="provided" description="The libs we need during compilation but not on application start"/>
|
---|
| 12 | <!-- Meta configuration used in build scripts -->
|
---|
| 13 | <conf name="runtime" description="Libraries only needed at runtime" extends="implementation,api,runtimeOnly"/>
|
---|
| 14 | <conf name="compile" description="Libraries needed only for compilation" extends="implementation,api,provided"/>
|
---|
| 15 | <conf name="test" description="Libraries only needed for testing" extends="compile,runtime"/>
|
---|
| 16 | </configurations>
|
---|
| 17 | <dependencies>
|
---|
| 18 | <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.13" conf="api->default"/>
|
---|
| 19 | <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.12" conf="api->default"/>
|
---|
| 20 | <dependency org="org.apache.httpcomponents" name="httpmime" rev="4.5.12" conf="api->default"/>
|
---|
| 21 | </dependencies>
|
---|
| 22 | </ivy-module>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.