|
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>io.bootique.agrest</groupId> |
70 | | - <artifactId>bootique-agrest-junit5</artifactId> |
| 70 | + <artifactId>bootique-agrest-junit</artifactId> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>io.bootique.aws</groupId> |
|
290 | 290 | <!-- * cayenne42 --> |
291 | 291 | <dependency> |
292 | 292 | <groupId>io.bootique</groupId> |
293 | | - <artifactId>bootique-junit5</artifactId> |
| 293 | + <artifactId>bootique-junit</artifactId> |
294 | 294 | </dependency> |
295 | 295 | <dependency> |
296 | 296 | <groupId>io.bootique.cayenne</groupId> |
297 | | - <artifactId>bootique-cayenne42-junit5</artifactId> |
| 297 | + <artifactId>bootique-cayenne42-junit</artifactId> |
298 | 298 | </dependency> |
299 | 299 | <dependency> |
300 | 300 | <groupId>io.bootique.jdbc</groupId> |
301 | | - <artifactId>bootique-jdbc-junit5</artifactId> |
| 301 | + <artifactId>bootique-jdbc-junit</artifactId> |
302 | 302 | </dependency> |
303 | 303 | <dependency> |
304 | 304 | <groupId>io.bootique.jdbc</groupId> |
305 | | - <artifactId>bootique-jdbc-junit5-derby</artifactId> |
| 305 | + <artifactId>bootique-jdbc-junit-derby</artifactId> |
306 | 306 | </dependency> |
307 | 307 | <dependency> |
308 | 308 | <groupId>io.bootique.jdbc</groupId> |
309 | | - <artifactId>bootique-jdbc-junit5-testcontainers</artifactId> |
| 309 | + <artifactId>bootique-jdbc-junit-testcontainers</artifactId> |
310 | 310 | </dependency> |
311 | 311 | <dependency> |
312 | 312 | <groupId>io.bootique.jetty</groupId> |
313 | | - <artifactId>bootique-jetty-junit5</artifactId> |
| 313 | + <artifactId>bootique-jetty-junit</artifactId> |
314 | 314 | </dependency> |
315 | 315 | <dependency> |
316 | 316 | <groupId>io.bootique.rabbitmq</groupId> |
317 | | - <artifactId>bootique-rabbitmq-junit5</artifactId> |
| 317 | + <artifactId>bootique-rabbitmq-junit</artifactId> |
318 | 318 | </dependency> |
319 | 319 | </dependencies> |
320 | 320 |
|
|
0 commit comments