File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 20
20
<properties >
21
21
<commonslang >2.6</commonslang >
22
22
<elasticsearch >7.3.2</elasticsearch >
23
- <junit5 >5.5.2</junit5 >
24
23
<log4j >2.9.1</log4j >
25
24
<springdata .commons>2.3.0.BUILD-SNAPSHOT</springdata .commons>
26
25
<netty >4.1.39.Final</netty >
245
244
246
245
<dependency >
247
246
<groupId >org.junit.jupiter</groupId >
248
- <artifactId >junit-jupiter-api</artifactId >
249
- <version >${junit5} </version >
250
- <scope >test</scope >
251
- </dependency >
252
- <dependency >
253
- <groupId >org.junit.jupiter</groupId >
254
- <artifactId >junit-jupiter-engine</artifactId >
255
- <version >${junit5} </version >
247
+ <artifactId >junit-jupiter</artifactId >
256
248
<scope >test</scope >
257
249
</dependency >
258
250
<dependency >
259
251
<groupId >org.junit.vintage</groupId >
260
252
<artifactId >junit-vintage-engine</artifactId >
261
- <version >${junit5} </version >
262
253
<scope >test</scope >
263
254
</dependency >
264
255
You can’t perform that action at this time.
0 commit comments