|
104 | 104 | <lombok.version>1.18.20</lombok.version> |
105 | 105 | <slf4j.version>1.7.30</slf4j.version> |
106 | 106 | <rest-assured.version>4.3.3</rest-assured.version> |
107 | | - <jackson-databind.version>2.13.2.2</jackson-databind.version> |
108 | | - <jackson-datatype.version>2.13.2</jackson-datatype.version> |
109 | | - <microprofile-fault-tolerance.version>3.0</microprofile-fault-tolerance.version> |
| 107 | + <jackson-databind.version>2.13.4.2</jackson-databind.version> |
| 108 | + <jackson-datatype.version>2.14.1</jackson-datatype.version> |
110 | 109 | <modelmapper.version>2.3.0</modelmapper.version> |
111 | 110 | </properties> |
112 | 111 |
|
|
326 | 325 |
|
327 | 326 | <build> |
328 | 327 | <plugins> |
| 328 | + |
329 | 329 | <plugin> |
330 | 330 | <groupId>org.eluder.coveralls</groupId> |
331 | 331 | <artifactId>coveralls-maven-plugin</artifactId> |
|
338 | 338 | </dependency> |
339 | 339 | </dependencies> |
340 | 340 | </plugin> |
| 341 | + |
341 | 342 | <plugin> |
342 | 343 | <artifactId>maven-compiler-plugin</artifactId> |
343 | 344 | <version>${maven-compiler-plugin.version}</version> |
|
349 | 350 | </compilerArgs> |
350 | 351 | </configuration> |
351 | 352 | </plugin> |
| 353 | + |
352 | 354 | <plugin> |
353 | 355 | <groupId>org.apache.maven.plugins</groupId> |
354 | 356 | <artifactId>maven-surefire-plugin</artifactId> |
355 | 357 | <version>${maven-surefire-plugin.version}</version> |
| 358 | + <configuration> |
| 359 | + <properties> |
| 360 | + <configurationParameters> |
| 361 | + junit.jupiter.execution.parallel.enabled=true |
| 362 | + junit.jupiter.execution.parallel.mode.default=same_thread |
| 363 | + junit.jupiter.execution.parallel.mode.classes.default=concurrent |
| 364 | + </configurationParameters> |
| 365 | + </properties> |
| 366 | + </configuration> |
356 | 367 | </plugin> |
| 368 | + |
357 | 369 | <plugin> |
358 | 370 | <groupId>org.apache.maven.plugins</groupId> |
359 | 371 | <artifactId>maven-checkstyle-plugin</artifactId> |
|
405 | 417 | </execution> |
406 | 418 | </executions> |
407 | 419 | </plugin> |
| 420 | + |
408 | 421 | <plugin> |
409 | 422 | <groupId>org.jacoco</groupId> |
410 | 423 | <artifactId>jacoco-maven-plugin</artifactId> |
|
456 | 469 | </excludes> |
457 | 470 | </configuration> |
458 | 471 | </plugin> |
| 472 | + |
459 | 473 | <plugin> |
460 | 474 | <groupId>org.pitest</groupId> |
461 | 475 | <artifactId>pitest-maven</artifactId> |
|
0 commit comments