Changeset 19148 in josm for trunk/pom.xml


Ignore:
Timestamp:
2024-07-17T20:50:17+02:00 (2 months ago)
Author:
taylor.smock
Message:

Dependency updates

ivy.xml

  • Remove old dependencies (javax.json, jsr305 -- fixes #23220)
  • JMapViewer: 2.19 -> 2.20 - fixes deadlock when Bing attribution cannot be loaded (see #23721)
  • Wiremock: 3.6.0 -> 3.8.0
  • Various other minor dependency updates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r19097 r19148  
    7676      <artifactId>jmockit</artifactId>
    7777    </dependency>
    78     <!-- Deprecated dependencies (to remove sometime in 2024)-->
    79     <dependency>
    80       <groupId>javax.json</groupId>
    81       <artifactId>javax.json-api</artifactId>
    82       <version>1.1.4</version>
    83       <scope>compile</scope>
    84     </dependency>
    85     <dependency>
    86       <groupId>org.glassfish</groupId>
    87       <artifactId>javax.json</artifactId>
    88       <version>1.1.4</version>
    89       <scope>compile</scope>
    90     </dependency>
    91     <dependency>
    92       <groupId>com.google.code.findbugs</groupId>
    93       <artifactId>jsr305</artifactId>
    94       <version>3.0.2</version>
    95       <scope>compile</scope>
    96     </dependency>
    97     <!-- end Deprecated dependencies -->
    9878    <dependency>
    9979      <groupId>org.openstreetmap.jmapviewer</groupId>
     
    623603            </goals>
    624604            <configuration>
    625               <!-- TODO: Do we want to minimize the jar? <minimizeJar>true</minimizeJar> -->
     605              <minimizeJar>true</minimizeJar>
    626606              <filters>
    627607                <filter>
Note: See TracChangeset for help on using the changeset viewer.