Changeset 36446 in osm
- Timestamp:
- 2025-05-07T23:17:50+02:00 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pom.xml
r36445 r36446 194 194 </dependency> 195 195 <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> 196 206 <groupId>org.wiremock</groupId> 197 207 <artifactId>wiremock</artifactId> … … 199 209 </dependency> 200 210 <dependency> 211 <groupId>io.github.classgraph</groupId> 212 <artifactId>classgraph</artifactId> 213 <scope>test</scope> 214 </dependency> 215 <dependency> 201 216 <groupId>org.junit.platform</groupId> 202 217 <artifactId>junit-platform-launcher</artifactId> … … 226 241 <groupId>org.junit.jupiter</groupId> 227 242 <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> 228 268 <scope>test</scope> 229 269 </dependency>
Note:
See TracChangeset
for help on using the changeset viewer.