File tree Expand file tree Collapse file tree 6 files changed +40
-7
lines changed Expand file tree Collapse file tree 6 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
44
<artifactId >junit-jupiter-api</artifactId >
45
+ <version >${junit.version} </version >
45
46
<scope >compile</scope >
46
47
</dependency >
47
48
<dependency >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.junit.jupiter</groupId >
55
55
<artifactId >junit-jupiter-api</artifactId >
56
+ <version >${junit.version} </version >
56
57
<scope >compile</scope >
57
58
</dependency >
58
59
67
68
<dependency >
68
69
<groupId >org.junit.jupiter</groupId >
69
70
<artifactId >junit-jupiter-engine</artifactId >
71
+ <version >${junit.version} </version >
70
72
<scope >compile</scope >
71
73
</dependency >
72
74
</dependencies >
Original file line number Diff line number Diff line change 121
121
<dependency >
122
122
<groupId >org.junit.jupiter</groupId >
123
123
<artifactId >junit-jupiter-api</artifactId >
124
+ <version >${junit.version} </version >
124
125
<scope >compile</scope >
125
126
</dependency >
126
127
Original file line number Diff line number Diff line change 885
885
<dependency >
886
886
<groupId >org.junit.jupiter</groupId >
887
887
<artifactId >junit-jupiter-api</artifactId >
888
+ <version >${junit.version} </version >
888
889
<scope >test</scope >
889
890
</dependency >
890
891
<dependency >
891
892
<groupId >org.junit.jupiter</groupId >
892
893
<artifactId >junit-jupiter-engine</artifactId >
894
+ <version >${junit.version} </version >
893
895
<scope >test</scope >
894
896
</dependency >
895
897
<dependency >
1091
1093
<!-- 3rd party dependencies -->
1092
1094
1093
1095
<!-- ... -->
1094
- <dependency >
1095
- <groupId >org.junit</groupId >
1096
- <artifactId >junit-bom</artifactId >
1097
- <version >${junit.version} </version >
1098
- <scope >import</scope >
1099
- <type >pom</type >
1100
- </dependency >
1101
1096
<dependency >
1102
1097
<groupId >org.junit-pioneer</groupId >
1103
1098
<artifactId >junit-pioneer</artifactId >
1177
1172
<artifactId >log4j-core-test</artifactId >
1178
1173
<version >${log4j.version} </version >
1179
1174
<scope >test</scope >
1175
+ <exclusions >
1176
+ <exclusion >
1177
+ <groupId >org.junit.jupiter</groupId >
1178
+ <artifactId >*</artifactId >
1179
+ </exclusion >
1180
+ <exclusion >
1181
+ <groupId >org.junit.platform</groupId >
1182
+ <artifactId >*</artifactId >
1183
+ </exclusion >
1184
+ <exclusion >
1185
+ <groupId >junit</groupId >
1186
+ <artifactId >*</artifactId >
1187
+ </exclusion >
1188
+ </exclusions >
1180
1189
</dependency >
1181
1190
1182
1191
<dependency >
Original file line number Diff line number Diff line change 36
36
<module >spring-boot-web-starter</module >
37
37
</modules >
38
38
39
+ <properties >
40
+ <junit .engine.version>1.11.0</junit .engine.version>
41
+ </properties >
42
+
43
+ <dependencies >
44
+ <dependency >
45
+ <groupId >org.junit.platform</groupId >
46
+ <artifactId >junit-platform-engine</artifactId >
47
+ <version >${junit.engine.version} </version >
48
+ <scope >test</scope >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.junit.platform</groupId >
52
+ <artifactId >junit-platform-commons</artifactId >
53
+ <version >${junit.engine.version} </version >
54
+ <scope >test</scope >
55
+ </dependency >
56
+ </dependencies >
57
+
39
58
<dependencyManagement >
40
59
<dependencies >
41
60
<dependency >
Original file line number Diff line number Diff line change 92
92
<dependency >
93
93
<groupId >org.junit.jupiter</groupId >
94
94
<artifactId >junit-jupiter-params</artifactId >
95
+ <version >${junit.version} </version >
95
96
<scope >test</scope >
96
97
</dependency >
97
98
</dependencies >
You can’t perform that action at this time.
0 commit comments