|
91 | 91 | <skipTests>true</skipTests> |
92 | 92 | <xmlunit.version>2.9.0</xmlunit.version> |
93 | 93 | <htmlunit.version>2.64.0</htmlunit.version> |
94 | | - <groovy-all.version>2.4.21</groovy-all.version> |
| 94 | + <version.groovy-all>3.0.12</version.groovy-all> |
95 | 95 | <hamcrest.version>2.2</hamcrest.version> |
96 | 96 | <jsoup.version>1.15.3</jsoup.version> |
97 | 97 | <pmdVersion>6.49.0</pmdVersion> |
98 | 98 |
|
99 | | - <!-- SCM and Releasing --> |
100 | 99 | <version.org.apache.maven.scm>1.13.0</version.org.apache.maven.scm> |
101 | | - |
102 | | - <!-- Docker --> |
103 | | - <docker-compose-maven-plugin.version>4.0.0</docker-compose-maven-plugin.version> |
104 | | - <docker-compose-maven-plugin.verbose>true</docker-compose-maven-plugin.verbose> |
105 | | - <docker-compose-maven-plugin.removeImages>true</docker-compose-maven-plugin.removeImages> |
106 | | - <docker-compose-maven-plugin.removeVolumes>true</docker-compose-maven-plugin.removeVolumes> |
107 | | - <docker-compose-maven-plugin.ignorePullFailures>true</docker-compose-maven-plugin.ignorePullFailures> |
108 | | - <docker-compose-maven-plugin.detachedMode>true</docker-compose-maven-plugin.detachedMode> |
109 | | - |
110 | | - <!-- Maven Plugins --> |
111 | | - <maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version> |
112 | | - |
113 | | - <!-- Maven Reports for Site --> |
| 100 | + <version.maven-invoker-plugin>3.3.0</version.maven-invoker-plugin> |
| 101 | + <version.maven-clean-plugin>3.2.0</version.maven-clean-plugin> |
| 102 | + <version.maven-dependency-plugin>3.3.0</version.maven-dependency-plugin> |
| 103 | + <version.maven-compiler-plugin>3.10.1</version.maven-compiler-plugin> |
| 104 | + <version.maven-install-plugin>3.0.1</version.maven-install-plugin> |
| 105 | + <version.maven-deploy-plugin>3.0.0</version.maven-deploy-plugin> |
| 106 | + <version.maven-javadoc-plugin>3.4.1</version.maven-javadoc-plugin> |
| 107 | + <version.maven-source-plugin>3.2.1</version.maven-source-plugin> |
| 108 | + <version.maven-surefire-plugin>3.0.0-M7</version.maven-surefire-plugin> |
| 109 | + <version.maven-failsafe-plugin>3.0.0-M7</version.maven-failsafe-plugin> |
| 110 | + <version.maven-release-plugin>3.0.0-M6</version.maven-release-plugin> |
114 | 111 | <version.maven-site-plugin>3.12.0</version.maven-site-plugin> |
115 | 112 | <version.maven-project-info-reports-plugin>3.3.0</version.maven-project-info-reports-plugin> |
116 | 113 | <version.maven-checkstyle-plugin>3.1.2</version.maven-checkstyle-plugin> |
117 | 114 | <version.maven-jxr-plugin>3.2.0</version.maven-jxr-plugin> |
118 | | - <maven-pmd-plugin.version>3.17.0</maven-pmd-plugin.version> |
| 115 | + <version.maven-pmd-plugin>3.17.0</version.maven-pmd-plugin> |
119 | 116 | <version.spotbugs-maven-plugin>4.7.0.0</version.spotbugs-maven-plugin> |
120 | 117 | <version.maven-surefire-report-plugin>3.0.0-M7</version.maven-surefire-report-plugin> |
121 | 118 | <version.asciidoctor-maven-plugin>2.2.2</version.asciidoctor-maven-plugin> |
122 | 119 | <version.doxia-module-markdown>1.11.1</version.doxia-module-markdown> |
123 | 120 | <version.maven-enforcer-plugin>3.1.0</version.maven-enforcer-plugin> |
124 | 121 | <version.plantuml-maven-plugin>1.5.2</version.plantuml-maven-plugin> |
125 | 122 | <version.net.sourceforge.plantuml>1.2022.6</version.net.sourceforge.plantuml> |
| 123 | + <version.docker-compose-maven-plugin>4.0.0</version.docker-compose-maven-plugin> |
| 124 | + <docker-compose-maven-plugin.verbose>true</docker-compose-maven-plugin.verbose> |
| 125 | + <docker-compose-maven-plugin.removeImages>true</docker-compose-maven-plugin.removeImages> |
| 126 | + <docker-compose-maven-plugin.removeVolumes>true</docker-compose-maven-plugin.removeVolumes> |
| 127 | + <docker-compose-maven-plugin.ignorePullFailures>true</docker-compose-maven-plugin.ignorePullFailures> |
| 128 | + <docker-compose-maven-plugin.detachedMode>true</docker-compose-maven-plugin.detachedMode> |
126 | 129 | </properties> |
127 | 130 |
|
128 | 131 | <repositories> |
|
402 | 405 | <dependency> |
403 | 406 | <groupId>org.apache.maven.plugins</groupId> |
404 | 407 | <artifactId>maven-invoker-plugin</artifactId> |
405 | | - <version>${maven-invoker-plugin.version}</version> |
| 408 | + <version>${version.maven-invoker-plugin}</version> |
406 | 409 | <type>maven-plugin</type> |
407 | 410 | <scope>provided</scope> |
408 | 411 | <exclusions> |
|
415 | 418 | <dependency> |
416 | 419 | <groupId>com.dkanejs.maven.plugins</groupId> |
417 | 420 | <artifactId>docker-compose-maven-plugin</artifactId> |
418 | | - <version>${docker-compose-maven-plugin.version}</version> |
| 421 | + <version>${version.docker-compose-maven-plugin}</version> |
419 | 422 | <type>maven-plugin</type> |
420 | 423 | <scope>provided</scope> |
421 | 424 | </dependency> |
422 | 425 | <dependency> |
423 | 426 | <groupId>org.apache.maven.plugins</groupId> |
424 | 427 | <artifactId>maven-clean-plugin</artifactId> |
425 | | - <version>${maven-clean-plugin.version}</version> |
| 428 | + <version>${version.maven-clean-plugin}</version> |
426 | 429 | <type>maven-plugin</type> |
427 | 430 | <scope>provided</scope> |
428 | 431 | </dependency> |
429 | 432 | <dependency> |
430 | 433 | <groupId>org.apache.maven.plugins</groupId> |
431 | 434 | <artifactId>maven-dependency-plugin</artifactId> |
432 | | - <version>${maven-dependency-plugin.version}</version> |
| 435 | + <version>${version.maven-dependency-plugin}</version> |
433 | 436 | <type>maven-plugin</type> |
434 | 437 | <scope>provided</scope> |
435 | 438 | <exclusions> |
|
442 | 445 | <dependency> |
443 | 446 | <groupId>org.apache.maven.plugins</groupId> |
444 | 447 | <artifactId>maven-compiler-plugin</artifactId> |
445 | | - <version>${maven-compiler-plugin.version}</version> |
| 448 | + <version>${version.maven-compiler-plugin}</version> |
446 | 449 | <type>maven-plugin</type> |
447 | 450 | <scope>provided</scope> |
448 | 451 | </dependency> |
|
487 | 490 | </exclusion> |
488 | 491 | </exclusions> |
489 | 492 | </dependency> |
| 493 | + <!-- |
490 | 494 | <dependency> |
491 | 495 | <groupId>com.github.spotbugs</groupId> |
492 | 496 | <artifactId>spotbugs-maven-plugin</artifactId> |
493 | 497 | <version>${version.spotbugs-maven-plugin}</version> |
494 | 498 | <type>maven-plugin</type> |
495 | 499 | <scope>provided</scope> |
496 | 500 | </dependency> |
| 501 | + --> |
497 | 502 | <dependency> |
498 | 503 | <groupId>org.apache.maven.plugins</groupId> |
499 | 504 | <artifactId>maven-pmd-plugin</artifactId> |
500 | | - <version>${maven-pmd-plugin.version}</version> |
| 505 | + <version>${version.maven-pmd-plugin}</version> |
501 | 506 | <type>maven-plugin</type> |
502 | 507 | <scope>provided</scope> |
503 | 508 | <exclusions> |
|
531 | 536 | <dependency> |
532 | 537 | <groupId>org.apache.maven.plugins</groupId> |
533 | 538 | <artifactId>maven-release-plugin</artifactId> |
534 | | - <version>${maven-release-plugin.version}</version> |
| 539 | + <version>${version.maven-release-plugin}</version> |
535 | 540 | <type>maven-plugin</type> |
536 | 541 | <scope>provided</scope> |
537 | 542 | <exclusions> |
|
544 | 549 | <dependency> |
545 | 550 | <groupId>org.apache.maven.plugins</groupId> |
546 | 551 | <artifactId>maven-deploy-plugin</artifactId> |
547 | | - <version>${maven-deploy-plugin.version}</version> |
| 552 | + <version>${version.maven-deploy-plugin}</version> |
548 | 553 | <type>maven-plugin</type> |
549 | 554 | <scope>provided</scope> |
550 | 555 | </dependency> |
551 | 556 | <dependency> |
552 | 557 | <groupId>org.apache.maven.plugins</groupId> |
553 | 558 | <artifactId>maven-install-plugin</artifactId> |
554 | | - <version>${maven-install-plugin.version}</version> |
| 559 | + <version>${version.maven-install-plugin}</version> |
555 | 560 | <type>maven-plugin</type> |
556 | 561 | <scope>provided</scope> |
557 | 562 | </dependency> |
558 | 563 | <dependency> |
559 | 564 | <groupId>org.apache.maven.plugins</groupId> |
560 | 565 | <artifactId>maven-javadoc-plugin</artifactId> |
561 | | - <version>${maven-javadoc-plugin.version}</version> |
| 566 | + <version>${version.maven-javadoc-plugin}</version> |
562 | 567 | <type>maven-plugin</type> |
563 | 568 | <scope>provided</scope> |
564 | 569 | </dependency> |
565 | 570 | <dependency> |
566 | 571 | <groupId>org.apache.maven.plugins</groupId> |
567 | 572 | <artifactId>maven-source-plugin</artifactId> |
568 | | - <version>${maven-source-plugin.version}</version> |
| 573 | + <version>${version.maven-source-plugin}</version> |
569 | 574 | <type>maven-plugin</type> |
570 | 575 | <scope>provided</scope> |
571 | 576 | </dependency> |
|
591 | 596 | <dependency> |
592 | 597 | <groupId>org.codehaus.groovy</groupId> |
593 | 598 | <artifactId>groovy-all</artifactId> |
594 | | - <version>${groovy-all.version}</version> |
| 599 | + <version>${version.groovy-all}</version> |
595 | 600 | <scope>test</scope> |
596 | 601 | </dependency> |
597 | 602 | --> |
|
605 | 610 | <scope>provided</scope> |
606 | 611 | <optional>false</optional> |
607 | 612 | </dependency> |
| 613 | + <!-- |
608 | 614 | <dependency> |
609 | 615 | <groupId>org.springframework.boot</groupId> |
610 | 616 | <artifactId>spring-boot-devtools</artifactId> |
611 | 617 | <scope>provided</scope> |
612 | 618 | <optional>true</optional> |
613 | 619 | </dependency> |
| 620 | + --> |
614 | 621 | <dependency> |
615 | 622 | <groupId>org.springframework.boot</groupId> |
616 | 623 | <artifactId>spring-boot-configuration-processor</artifactId> |
|
988 | 995 | <type>maven-plugin</type> |
989 | 996 | <scope>provided</scope> |
990 | 997 | </dependency> |
| 998 | + <!-- |
991 | 999 | <dependency> |
992 | 1000 | <groupId>com.github.spotbugs</groupId> |
993 | 1001 | <artifactId>spotbugs-maven-plugin</artifactId> |
994 | 1002 | <type>maven-plugin</type> |
995 | 1003 | <scope>provided</scope> |
996 | 1004 | </dependency> |
| 1005 | + --> |
997 | 1006 | <dependency> |
998 | 1007 | <groupId>org.apache.maven.plugins</groupId> |
999 | 1008 | <artifactId>maven-pmd-plugin</artifactId> |
|
1075 | 1084 | <plugin> |
1076 | 1085 | <groupId>org.apache.maven.plugins</groupId> |
1077 | 1086 | <artifactId>maven-invoker-plugin</artifactId> |
1078 | | - <version>${maven-invoker-plugin.version}</version> |
| 1087 | + <version>${version.maven-invoker-plugin}</version> |
1079 | 1088 | </plugin> |
1080 | 1089 | <plugin> |
1081 | 1090 | <groupId>com.dkanejs.maven.plugins</groupId> |
1082 | 1091 | <artifactId>docker-compose-maven-plugin</artifactId> |
1083 | | - <version>${docker-compose-maven-plugin.version}</version> |
| 1092 | + <version>${version.docker-compose-maven-plugin}</version> |
1084 | 1093 | </plugin> |
1085 | 1094 | <plugin> |
1086 | 1095 | <groupId>org.apache.maven.plugins</groupId> |
1087 | 1096 | <artifactId>maven-clean-plugin</artifactId> |
1088 | | - <version>${maven-clean-plugin.version}</version> |
| 1097 | + <version>${version.maven-clean-plugin}</version> |
1089 | 1098 | </plugin> |
1090 | 1099 | <plugin> |
1091 | 1100 | <groupId>org.apache.maven.plugins</groupId> |
1092 | 1101 | <artifactId>maven-dependency-plugin</artifactId> |
1093 | | - <version>${maven-dependency-plugin.version}</version> |
| 1102 | + <version>${version.maven-dependency-plugin}</version> |
1094 | 1103 | </plugin> |
1095 | 1104 | <plugin> |
1096 | 1105 | <groupId>org.apache.maven.plugins</groupId> |
1097 | 1106 | <artifactId>maven-compiler-plugin</artifactId> |
1098 | | - <version>${maven-compiler-plugin.version}</version> |
| 1107 | + <version>${version.maven-compiler-plugin}</version> |
1099 | 1108 | </plugin> |
1100 | 1109 | <plugin> |
1101 | 1110 | <groupId>org.springframework.boot</groupId> |
|
1105 | 1114 | <plugin> |
1106 | 1115 | <groupId>org.apache.maven.plugins</groupId> |
1107 | 1116 | <artifactId>maven-install-plugin</artifactId> |
1108 | | - <version>${maven-install-plugin.version}</version> |
| 1117 | + <version>${version.maven-install-plugin}</version> |
1109 | 1118 | </plugin> |
1110 | 1119 | <plugin> |
1111 | 1120 | <groupId>org.apache.maven.plugins</groupId> |
|
1130 | 1139 | <plugin> |
1131 | 1140 | <groupId>org.apache.maven.plugins</groupId> |
1132 | 1141 | <artifactId>maven-surefire-plugin</artifactId> |
1133 | | - <version>${maven-surefire-plugin.version}</version> |
| 1142 | + <version>${version.maven-surefire-plugin}</version> |
1134 | 1143 | </plugin> |
1135 | 1144 | <plugin> |
1136 | 1145 | <groupId>org.apache.maven.plugins</groupId> |
|
1140 | 1149 | <plugin> |
1141 | 1150 | <groupId>org.apache.maven.plugins</groupId> |
1142 | 1151 | <artifactId>maven-release-plugin</artifactId> |
1143 | | - <version>${maven-release-plugin.version}</version> |
| 1152 | + <version>${version.maven-release-plugin}</version> |
1144 | 1153 | </plugin> |
1145 | 1154 | <plugin> |
1146 | 1155 | <groupId>org.asciidoctor</groupId> |
|
1150 | 1159 | <plugin> |
1151 | 1160 | <groupId>org.apache.maven.plugins</groupId> |
1152 | 1161 | <artifactId>maven-javadoc-plugin</artifactId> |
1153 | | - <version>${maven-javadoc-plugin.version}</version> |
| 1162 | + <version>${version.maven-javadoc-plugin}</version> |
1154 | 1163 | </plugin> |
1155 | 1164 | <plugin> |
1156 | 1165 | <groupId>org.apache.maven.plugins</groupId> |
1157 | 1166 | <artifactId>maven-pmd-plugin</artifactId> |
1158 | | - <version>${maven-pmd-plugin.version}</version> |
| 1167 | + <version>${version.maven-pmd-plugin}</version> |
1159 | 1168 | <dependencies> |
1160 | 1169 | <dependency> |
1161 | 1170 | <groupId>net.sourceforge.pmd</groupId> |
|
1186 | 1195 | <plugin> |
1187 | 1196 | <groupId>org.apache.maven.plugins</groupId> |
1188 | 1197 | <artifactId>maven-source-plugin</artifactId> |
1189 | | - <version>${maven-source-plugin.version}</version> |
| 1198 | + <version>${version.maven-source-plugin}</version> |
1190 | 1199 | </plugin> |
1191 | 1200 | <plugin> |
1192 | 1201 | <groupId>org.apache.maven.plugins</groupId> |
|
1196 | 1205 | <plugin> |
1197 | 1206 | <groupId>org.apache.maven.plugins</groupId> |
1198 | 1207 | <artifactId>maven-deploy-plugin</artifactId> |
1199 | | - <version>${maven-deploy-plugin.version}</version> |
| 1208 | + <version>${version.maven-deploy-plugin}</version> |
1200 | 1209 | </plugin> |
1201 | 1210 | <plugin> |
1202 | 1211 | <groupId>org.apache.maven.plugins</groupId> |
1203 | 1212 | <artifactId>maven-failsafe-plugin</artifactId> |
1204 | | - <version>${maven-failsafe-plugin.version}</version> |
| 1213 | + <version>${version.maven-failsafe-plugin}</version> |
1205 | 1214 | </plugin> |
1206 | 1215 | </plugins> |
1207 | 1216 | </pluginManagement> |
|
0 commit comments