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/ivy.xml

    r36176 r36194  
    77  </configurations>
    88  <dependencies>
    9     <dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.15.3" conf="default->default"/>
    10     <dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.15.3" conf="default->default"/>
    11     <dependency org="us.monoid.web" name="resty" rev="0.3.2" conf="default->default"/>
    129    <dependency org="org.openjfx" name="javafx-swing" rev="19" conf="provided">
    1310      <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
     
    3835      <artifact name="javafx-graphics" type="jar" m:classifier="javadoc"/>
    3936    </dependency>
    40     <!-- from jackson plugin -->
    41     <exclude org="com.fasterxml.jackson.core" module="jackson-core"/>
    42     <!-- not needed at runtime -->
    43     <exclude org="net.java.dev.javacc" module="javacc"/>
    4437  </dependencies>
    4538</ivy-module>
Note: See TracChangeset for help on using the changeset viewer.