Changeset 35520 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-08-18T20:23:51+02:00 (4 years ago)
Author:
stoecker
Message:

see #19562 - add logging to apache commons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/apache-commons/ivy.xml

    r35362 r35520  
    2222        <!-- Apache Commons IO does not use the standard org name -->
    2323        <dependency org="commons-io" name="commons-io" rev="2.6" conf="api->default"/>
     24        <!-- Apache Commons Logging also does not use the standard org name -->
     25        <dependency org="commons-logging" name="commons-logging" rev="1.2" conf="api->default"/>
    2426        <dependency org="org.apache.commons" name="commons-lang3" rev="3.9" conf="api->default"/>
    2527        <dependency org="org.apache.commons" name="commons-math3" rev="3.6.1" conf="api->default"/>
Note: See TracChangeset for help on using the changeset viewer.