Ignore:
Timestamp:
2023-11-14T23:40:50+01:00 (2 years ago)
Author:
taylor.smock
Message:

Fix loading for newer images

  • Remove jackson dependency
  • Remove log4j dependency
  • Remove bundled resty dependency
  • Fix formatting (2 spaces as per CONTRIBUTING.md, not 4 as the rest of JOSM)
  • Update gradle build
  • Fix some lint issues
File:
1 edited

Legend:

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

    r36034 r36194  
    1515    <include name="apache-commons.jar"/>
    1616    <include name="apache-http.jar"/>
    17     <include name="jackson.jar"/>
    1817    <include name="javafx-osx.jar" if:set="isMac"/>
    1918    <include name="javafx-unixoid.jar" if:set="isUnix"/>
    2019    <include name="javafx-windows.jar" if:set="isWindows"/>
    21     <include name="log4j.jar"/>
    2220    <include name="utilsplugin2.jar"/>
    2321  </fileset>
Note: See TracChangeset for help on using the changeset viewer.