|
24 | 24 | <parent> |
25 | 25 | <groupId>us.springett</groupId> |
26 | 26 | <artifactId>alpine-parent</artifactId> |
27 | | - <version>3.4.0</version> |
| 27 | + <version>3.5.0</version> |
28 | 28 | </parent> |
29 | 29 |
|
30 | 30 | <modelVersion>4.0.0</modelVersion> |
|
99 | 99 | <lib.ae-security.version>0.149.0</lib.ae-security.version> |
100 | 100 | <lib.owasp-rr-calculator.version>1.0.1</lib.owasp-rr-calculator.version> |
101 | 101 | <lib.cyclonedx-java.version>11.0.1</lib.cyclonedx-java.version> |
102 | | - <lib.jakarta-validation.version>3.1.1</lib.jakarta-validation.version> |
103 | 102 | <lib.greenmail.version>2.1.8</lib.greenmail.version> |
104 | 103 | <lib.json-java.version>20250517</lib.json-java.version> |
105 | | - <lib.json-unit.version>5.1.0</lib.json-unit.version> |
106 | | - <lib.junit.version>5.11.4</lib.junit.version> |
107 | 104 | <lib.lucene.version>8.11.4</lib.lucene.version> |
108 | 105 | <lib.maven-artifact.version>3.9.12</lib.maven-artifact.version> |
109 | 106 | <lib.mockserver-netty.version>5.15.0</lib.mockserver-netty.version> |
|
130 | 127 | <lib.jdbc-driver.postgresql.version>42.7.8</lib.jdbc-driver.postgresql.version> |
131 | 128 | <!-- Maven Plugin Properties --> |
132 | 129 | <plugin.retirejs.breakOnFailure>false</plugin.retirejs.breakOnFailure> |
133 | | - <plugin.jetty.version>12.1.5</plugin.jetty.version> |
134 | 130 | <plugin.protoc-jar.version>3.11.4</plugin.protoc-jar.version> |
135 | 131 | <!-- SonarCloud properties --> |
136 | 132 | <sonar.exclusions>src/main/webapp/**</sonar.exclusions> |
|
205 | 201 | <dependency> |
206 | 202 | <groupId>jakarta.validation</groupId> |
207 | 203 | <artifactId>jakarta.validation-api</artifactId> |
208 | | - <version>${lib.jakarta-validation.version}</version> |
209 | 204 | </dependency> |
210 | 205 |
|
211 | 206 | <dependency> |
|
414 | 409 | <dependency> |
415 | 410 | <groupId>org.junit.jupiter</groupId> |
416 | 411 | <artifactId>junit-jupiter</artifactId> |
417 | | - <version>${lib.junit.version}</version> |
418 | | - <scope>test</scope> |
419 | | - </dependency> |
420 | | - <dependency> |
421 | | - <groupId>org.junit.jupiter</groupId> |
422 | | - <artifactId>junit-jupiter-api</artifactId> |
423 | | - <version>${lib.junit.version}</version> |
424 | | - <scope>test</scope> |
425 | | - </dependency> |
426 | | - <dependency> |
427 | | - <groupId>org.junit.jupiter</groupId> |
428 | | - <artifactId>junit-jupiter-engine</artifactId> |
429 | | - <version>${lib.junit.version}</version> |
430 | 412 | <scope>test</scope> |
431 | 413 | </dependency> |
432 | 414 | <dependency> |
433 | 415 | <groupId>org.glassfish.jersey.test-framework.providers</groupId> |
434 | 416 | <artifactId>jersey-test-framework-provider-grizzly2</artifactId> |
435 | | - <version>${lib.jersey.version}</version> |
436 | 417 | <scope>test</scope> |
437 | 418 | <exclusions> |
438 | 419 | <exclusion> |
|
441 | 422 | </exclusion> |
442 | 423 | </exclusions> |
443 | 424 | </dependency> |
444 | | - <dependency> |
445 | | - <groupId>org.glassfish.jersey.connectors</groupId> |
446 | | - <artifactId>jersey-grizzly-connector</artifactId> |
447 | | - <version>${lib.jersey.version}</version> |
448 | | - <scope>test</scope> |
449 | | - </dependency> |
450 | 425 | <dependency> |
451 | 426 | <groupId>org.mockito</groupId> |
452 | 427 | <artifactId>mockito-core</artifactId> |
453 | | - <version>${lib.mockito.version}</version> |
454 | 428 | <scope>test</scope> |
455 | 429 | </dependency> |
456 | 430 |
|
457 | 431 | <dependency> |
458 | 432 | <groupId>com.github.tomakehurst</groupId> |
459 | 433 | <artifactId>wiremock-jre8-standalone</artifactId> |
460 | | - <version>${lib.wiremock.version}</version> |
461 | 434 | <scope>test</scope> |
462 | 435 | </dependency> |
463 | 436 | <dependency> |
464 | 437 | <groupId>org.junit-pioneer</groupId> |
465 | 438 | <artifactId>junit-pioneer</artifactId> |
466 | | - <version>${lib.junit-pioneer.version}</version> |
467 | 439 | <scope>test</scope> |
468 | 440 | </dependency> |
469 | 441 | <dependency> |
470 | 442 | <groupId>org.assertj</groupId> |
471 | 443 | <artifactId>assertj-core</artifactId> |
472 | | - <version>${lib.assertj.version}</version> |
473 | 444 | <scope>test</scope> |
474 | 445 | </dependency> |
475 | 446 | <dependency> |
476 | 447 | <groupId>net.javacrumbs.json-unit</groupId> |
477 | 448 | <artifactId>json-unit-assertj</artifactId> |
478 | | - <version>${lib.json-unit.version}</version> |
479 | 449 | <scope>test</scope> |
480 | 450 | </dependency> |
481 | 451 | <dependency> |
|
608 | 578 | <groupId>org.apache.maven.plugins</groupId> |
609 | 579 | <artifactId>maven-surefire-plugin</artifactId> |
610 | 580 | <configuration> |
| 581 | + <argLine> |
| 582 | + @{argLine} |
| 583 | + -Xmx2g |
| 584 | + --add-opens java.base/java.net=ALL-UNNAMED |
| 585 | + --add-opens java.base/java.lang=ALL-UNNAMED |
| 586 | + --add-opens java.base/java.util=ALL-UNNAMED |
| 587 | + -javaagent:${settings.localRepository}/org/mockito/mockito-core/${lib.mockito.version}/mockito-core-${lib.mockito.version}.jar |
| 588 | + -Xshare:off |
| 589 | + </argLine> |
611 | 590 | <systemProperties> |
612 | 591 | <property> |
613 | 592 | <name>java.util.logging.config.file</name> |
|
729 | 708 | </executions> |
730 | 709 | </plugin> |
731 | 710 | <plugin> |
732 | | - <groupId>org.eclipse.jetty.ee10</groupId> |
733 | | - <artifactId>jetty-ee10-maven-plugin</artifactId> |
734 | | - <version>${plugin.jetty.version}</version> |
| 711 | + <groupId>org.eclipse.jetty.ee11</groupId> |
| 712 | + <artifactId>jetty-ee11-maven-plugin</artifactId> |
| 713 | + <version>${lib.jetty.version}</version> |
735 | 714 | <configuration> |
736 | 715 | <systemProperties> |
737 | 716 | <dev.mode.enabled>true</dev.mode.enabled> |
|
807 | 786 | <build> |
808 | 787 | <plugins> |
809 | 788 | <plugin> |
810 | | - <groupId>org.eclipse.jetty.ee10</groupId> |
811 | | - <artifactId>jetty-ee10-maven-plugin</artifactId> |
812 | | - <version>${plugin.jetty.version}</version> |
| 789 | + <groupId>org.eclipse.jetty.ee11</groupId> |
| 790 | + <artifactId>jetty-ee11-maven-plugin</artifactId> |
| 791 | + <version>${lib.jetty.version}</version> |
813 | 792 | <configuration> |
814 | 793 | <systemProperties> |
815 | 794 | <dev.mode.enabled>true</dev.mode.enabled> |
|
0 commit comments