|
110 | 110 | <kotlin-coroutines.version>1.4.3</kotlin-coroutines.version> |
111 | 111 |
|
112 | 112 | <!-- # for test --> |
113 | | - <junit-jupiter.version>5.8.2</junit-jupiter.version> |
114 | | - <junit-platform.version>1.8.2</junit-platform.version> |
115 | 113 | <mockito.version>2.23.4</mockito.version> |
116 | 114 | <assertj-core.version>3.12.2</assertj-core.version> |
117 | 115 | <jetty-version>9.4.38.v20210224</jetty-version> |
118 | 116 | </properties> |
119 | 117 |
|
120 | 118 | <dependencyManagement> |
121 | 119 | <dependencies> |
| 120 | + <!-- junit5 --> |
| 121 | + <dependency> |
| 122 | + <groupId>org.junit</groupId> |
| 123 | + <artifactId>junit-bom</artifactId> |
| 124 | + <version>${junit-jupiter.version}</version> |
| 125 | + <type>pom</type> |
| 126 | + <scope>import</scope> |
| 127 | + </dependency> |
| 128 | + |
122 | 129 | <!-- spring-framework CVE-2022-22965--> |
123 | 130 | <dependency> |
124 | 131 | <groupId>org.springframework</groupId> |
|
638 | 645 |
|
639 | 646 |
|
640 | 647 | <!-- test --> |
641 | | - <dependency> |
642 | | - <groupId>org.junit</groupId> |
643 | | - <artifactId>junit-bom</artifactId> |
644 | | - <version>${junit-jupiter.version}</version> |
645 | | - <type>pom</type> |
646 | | - <scope>import</scope> |
647 | | - </dependency> |
648 | | - <dependency> |
649 | | - <groupId>org.junit.jupiter</groupId> |
650 | | - <artifactId>junit-jupiter</artifactId> |
651 | | - <version>${junit-jupiter.version}</version> |
652 | | - </dependency> |
653 | | - <dependency> |
654 | | - <groupId>org.junit.jupiter</groupId> |
655 | | - <artifactId>junit-jupiter-api</artifactId> |
656 | | - <version>${junit-jupiter.version}</version> |
657 | | - </dependency> |
658 | | - <dependency> |
659 | | - <groupId>org.junit.jupiter</groupId> |
660 | | - <artifactId>junit-jupiter-engine</artifactId> |
661 | | - <version>${junit-jupiter.version}</version> |
662 | | - </dependency> |
663 | | - <dependency> |
664 | | - <groupId>org.junit.jupiter</groupId> |
665 | | - <artifactId>junit-jupiter-params</artifactId> |
666 | | - <version>${junit-jupiter.version}</version> |
667 | | - </dependency> |
668 | | - <dependency> |
669 | | - <groupId>org.junit.platform</groupId> |
670 | | - <artifactId>junit-platform-commons</artifactId> |
671 | | - <version>${junit-platform.version}</version> |
672 | | - </dependency> |
673 | | - <dependency> |
674 | | - <groupId>org.junit.platform</groupId> |
675 | | - <artifactId>junit-platform-engine</artifactId> |
676 | | - <version>${junit-platform.version}</version> |
677 | | - </dependency> |
678 | | - <dependency> |
679 | | - <groupId>org.junit.platform</groupId> |
680 | | - <artifactId>junit-platform-launcher</artifactId> |
681 | | - <version>${junit-platform.version}</version> |
682 | | - </dependency> |
683 | 648 | <dependency> |
684 | 649 | <groupId>org.mockito</groupId> |
685 | 650 | <artifactId>mockito-core</artifactId> |
|
0 commit comments