|
510 | 510 |
|
511 | 511 | <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 --> |
512 | 512 | <properties> |
| 513 | + <java.version>17</java.version> |
| 514 | + <maven.compiler.release>${java.version}</maven.compiler.release> |
| 515 | + <maven.compiler.source>${java.version}</maven.compiler.source> |
| 516 | + <maven.compiler.target>${java.version}</maven.compiler.target> |
| 517 | + <maven.version>3.0</maven.version> |
513 | 518 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 519 | + <!-- Dependency versions --> |
514 | 520 | <antlr4.version>4.7.1</antlr4.version> |
515 | 521 | <beetl.version>3.1.3.RELEASE</beetl.version> |
516 | 522 | <commons-beanutils.version>1.11.0</commons-beanutils.version> |
| 523 | + <commons-io.version>2.22.0</commons-io.version> |
517 | 524 | <commons-lang3.version>3.20.0</commons-lang3.version> |
518 | 525 | <commons-logging.version>1.2</commons-logging.version> |
519 | | - <commons-io.version>2.22.0</commons-io.version> |
520 | | - <docx4j.version>11.1.3</docx4j.version> |
521 | 526 | <docx4j-export-fo.version>11.1.8</docx4j-export-fo.version> |
522 | 527 | <docx4j-importxhtml.version>8.3.15</docx4j-importxhtml.version> |
523 | | - <docx4j-xhtmlrenderer.version>3.0.0</docx4j-xhtmlrenderer.version> |
524 | 528 | <docx4j-jaxb.version>${docx4j.version}</docx4j-jaxb.version> |
525 | 529 | <docx4j-openxml.version>${docx4j.version}</docx4j-openxml.version> |
| 530 | + <docx4j-xhtmlrenderer.version>3.0.0</docx4j-xhtmlrenderer.version> |
| 531 | + <docx4j.version>11.1.3</docx4j.version> |
526 | 532 | <freemarker.version>2.3.29</freemarker.version> |
527 | 533 | <httl.version>1.0.12</httl.version> |
528 | 534 | <jackson.version>2.17.2</jackson.version> |
529 | | - <java.version>17</java.version> |
530 | | - <maven.compiler.source>${java.version}</maven.compiler.source> |
531 | | - <maven.compiler.target>${java.version}</maven.compiler.target> |
532 | | - <maven.compiler.release>${java.version}</maven.compiler.release> |
533 | | - <jaxb-impl.version>2.3.9</jaxb-impl.version> |
534 | 535 | <javax-activation.version>1.1.1</javax-activation.version> |
535 | 536 | <javax.mail-api.version>1.6.2</javax.mail-api.version> |
| 537 | + <jaxb-impl.version>2.3.9</jaxb-impl.version> |
536 | 538 | <jetbrick.version>2.1.10</jetbrick.version> |
537 | 539 | <jsoup.version>1.13.1</jsoup.version> |
538 | | - <junit.version>4.13.2</junit.version> |
539 | 540 | <junit-jupiter.version>6.1.0</junit-jupiter.version> |
| 541 | + <junit.version>4.13.2</junit.version> |
540 | 542 | <ognl.version>3.2.13</ognl.version> |
541 | 543 | <persistence.version>2.7.6</persistence.version> |
542 | 544 | <rythm.version>1.3.0</rythm.version> |
543 | 545 | <servlet-api.version>3.0.1</servlet-api.version> |
544 | 546 | <slf4j.version>2.0.18</slf4j.version> |
545 | 547 | <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version> |
546 | | - <velocity.version>2.2</velocity.version> |
547 | 548 | <velocity-tools.version>2.0</velocity-tools.version> |
| 549 | + <velocity.version>2.2</velocity.version> |
548 | 550 | <webit-script.version>1.5.2</webit-script.version> |
549 | | - <maven.version>3.0</maven.version> |
550 | 551 | <!-- Maven Plugin versions --> |
551 | 552 | <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version> |
552 | 553 | <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version> |
|
559 | 560 | <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
560 | 561 | <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
561 | 562 | <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 563 | + <maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version> |
| 564 | + <maven-nexus-yuicompressor-plugin.version>1.1.0</maven-nexus-yuicompressor-plugin.version> |
562 | 565 | <maven-release-plugin.version>3.3.1</maven-release-plugin.version> |
563 | 566 | <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version> |
564 | | - <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version> |
565 | 567 | <maven-source-plugin.version>3.4.0</maven-source-plugin.version> |
566 | | - <maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version> |
567 | | - <maven-nexus-yuicompressor-plugin.version>1.1.0</maven-nexus-yuicompressor-plugin.version> |
| 568 | + <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version> |
568 | 569 | <maven-war-plugin.version>3.2.2</maven-war-plugin.version> |
569 | 570 | </properties> |
570 | 571 |
|
|
0 commit comments