|
Last change
on this file since 35978 was 35890, checked in by Don-vip, 4 years ago |
|
see #21665 - Update apache-commons dependencies (patch by taylor.smock)
|
|
File size:
1.5 KB
|
| 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-commons"/>
|
|---|
| 5 | <dependencies>
|
|---|
| 6 | <dependency org="com.github.luben" name="zstd-jni" rev="1.5.0-4" conf="default->default"/>
|
|---|
| 7 | <dependency org="org.apache.commons" name="commons-collections4" rev="4.4" conf="default->default"/>
|
|---|
| 8 | <dependency org="org.apache.commons" name="commons-compress" rev="1.21" conf="default->default"/>
|
|---|
| 9 | <dependency org="org.apache.commons" name="commons-imaging" rev="1.0-alpha2" conf="default->default"/>
|
|---|
| 10 | <!-- Apache Commons IO does not use the standard org name -->
|
|---|
| 11 | <dependency org="commons-io" name="commons-io" rev="2.11.0" conf="default->default"/>
|
|---|
| 12 | <!-- Apache Commons Logging also does not use the standard org name -->
|
|---|
| 13 | <dependency org="commons-logging" name="commons-logging" rev="1.2" conf="default->default"/>
|
|---|
| 14 | <dependency org="org.apache.commons" name="commons-lang3" rev="3.12.0" conf="default->default"/>
|
|---|
| 15 | <dependency org="org.apache.commons" name="commons-math3" rev="3.6.1" conf="default->default"/>
|
|---|
| 16 | <dependency org="org.apache.commons" name="commons-text" rev="1.9" conf="default->default"/>
|
|---|
| 17 | <dependency org="org.brotli" name="dec" rev="0.1.2" conf="default->default"/>
|
|---|
| 18 | <dependency org="org.tukaani" name="xz" rev="1.9" conf="default->default"/>
|
|---|
| 19 | </dependencies>
|
|---|
| 20 | </ivy-module>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.