File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 55
55
<java .test.version>11</java .test.version>
56
56
<java .test.release.version>11</java .test.release.version>
57
57
<junit .jupiter.version>5.9.0</junit .jupiter.version>
58
- <junit .platform.version>1.9.0</junit .platform.version>
59
58
<spring .batch.version>4.3.6</spring .batch.version>
60
59
61
60
<checkstyle .config>checkstyle-override.xml</checkstyle .config>
238
237
<version >${kotlin.version} </version >
239
238
<scope >test</scope >
240
239
</dependency >
241
- <dependency >
242
- <groupId >org.junit.jupiter</groupId >
243
- <artifactId >junit-jupiter-api</artifactId >
244
- <version >${junit.jupiter.version} </version >
245
- <scope >test</scope >
246
- </dependency >
247
240
<dependency >
248
241
<groupId >org.junit.jupiter</groupId >
249
242
<artifactId >junit-jupiter-engine</artifactId >
256
249
<version >${junit.jupiter.version} </version >
257
250
<scope >test</scope >
258
251
</dependency >
259
- <dependency >
260
- <groupId >org.junit.platform</groupId >
261
- <artifactId >junit-platform-launcher</artifactId >
262
- <version >${junit.platform.version} </version >
263
- <scope >test</scope >
264
- </dependency >
265
252
<dependency >
266
253
<groupId >org.assertj</groupId >
267
254
<artifactId >assertj-core</artifactId >
You can’t perform that action at this time.
0 commit comments