Changeset 35959 in osm for applications


Ignore:
Timestamp:
2022-04-18T23:41:48+02:00 (2 years ago)
Author:
taylor.smock
Message:

geotools: Remove jackson.jar from compile path

This is needed since having jackson in the compile path has issues. See #21995.

This is in its own commit to make it easier to revert in the future, when
Jackson doesn't break jar creation.

File:
1 edited

Legend:

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

    r35958 r35959  
    2626        <include name="jaxb.jar"/>
    2727        <include name="jts.jar"/>
    28         <include name="jackson.jar"/>
     28        <!-- jackson causes issues if it is on the compile-time path. Since we don't actually use jackson in our code, we can just not have it in the requires.jars array. -->
     29        <!--<include name="jackson.jar"/>-->
    2930    </fileset>
    3031
Note: See TracChangeset for help on using the changeset viewer.