Ignore:
Timestamp:
2022-04-18T23:24:43+02:00 (4 years ago)
Author:
taylor.smock
Message:

geotools: Fix #21995 by removing Jackson and putting Jackson in its own plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/ivy.xml

    r35956 r35958  
    4343        <exclude org="org.brotli" module="dec"/>
    4444        <exclude org="org.tukaani" module="xz"/>
    45         <!-- from jaxb plugin -->
    46         <exclude org="javax.activation" module="javax.activation-api"/>
     45        <!-- from jaxb plugin -->
     46        <exclude org="javax.activation" module="javax.activation-api"/>
     47        <!-- from jackson plugin -->
     48        <exclude org="com.fasterxml.jackson.core" module="jackson-core"/>
    4749    </dependencies>
    4850</ivy-module>
Note: See TracChangeset for help on using the changeset viewer.