Changeset 36446 in osm


Ignore:
Timestamp:
2025-05-07T23:17:50+02:00 (5 days ago)
Author:
taylor.smock
Message:

Add remaining test dependencies from JOSM unit tests

This can be removed if we ever publish the full pom hierarchy for the unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pom.xml

    r36445 r36446  
    194194    </dependency>
    195195    <dependency>
     196      <groupId>com.github.spotbugs</groupId>
     197      <artifactId>spotbugs-annotations</artifactId>
     198      <scope>test</scope>
     199    </dependency>
     200    <dependency>
     201      <groupId>com.ginsberg</groupId>
     202      <artifactId>junit5-system-exit</artifactId>
     203      <scope>test</scope>
     204    </dependency>
     205    <dependency>
    196206      <groupId>org.wiremock</groupId>
    197207      <artifactId>wiremock</artifactId>
     
    199209    </dependency>
    200210    <dependency>
     211      <groupId>io.github.classgraph</groupId>
     212      <artifactId>classgraph</artifactId>
     213      <scope>test</scope>
     214    </dependency>
     215    <dependency>
    201216      <groupId>org.junit.platform</groupId>
    202217      <artifactId>junit-platform-launcher</artifactId>
     
    226241      <groupId>org.junit.jupiter</groupId>
    227242      <artifactId>junit-jupiter-engine</artifactId>
     243      <scope>test</scope>
     244    </dependency>
     245    <dependency>
     246      <groupId>org.junit.jupiter</groupId>
     247      <artifactId>junit-jupiter-migrationsupport</artifactId>
     248      <scope>test</scope>
     249    </dependency>
     250    <dependency>
     251      <groupId>net.trajano.commons</groupId>
     252      <artifactId>commons-testing</artifactId>
     253      <scope>test</scope>
     254    </dependency>
     255    <dependency>
     256      <groupId>nl.jqno.equalsverifier</groupId>
     257      <artifactId>equalsverifier</artifactId>
     258      <scope>test</scope>
     259    </dependency>
     260    <dependency>
     261      <groupId>org.apache.commons</groupId>
     262      <artifactId>commons-lang3</artifactId>
     263      <scope>test</scope>
     264    </dependency>
     265    <dependency>
     266      <groupId>org.awaitility</groupId>
     267      <artifactId>awaitility</artifactId>
    228268      <scope>test</scope>
    229269    </dependency>
Note: See TracChangeset for help on using the changeset viewer.