File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 165
165
<version >${junit-engine.version} </version >
166
166
<scope >test</scope >
167
167
</dependency >
168
+ <dependency >
169
+ <groupId >org.junit.jupiter</groupId >
170
+ <artifactId >junit-jupiter-engine</artifactId >
171
+ <version >${junit-engine.version} </version >
172
+ <scope >test</scope >
173
+ </dependency >
174
+ <dependency >
175
+ <groupId >org.junit.vintage</groupId >
176
+ <artifactId >junit-vintage-engine</artifactId >
177
+ <version >${junit-engine.version} </version >
178
+ <scope >test</scope >
179
+ </dependency >
168
180
169
181
<dependency >
170
182
<groupId >org.jboss.byteman</groupId >
327
339
</property >
328
340
</systemProperties >
329
341
</configuration >
330
- <dependencies >
331
- <dependency >
332
- <groupId >org.junit.vintage</groupId >
333
- <artifactId >junit-vintage-engine</artifactId >
334
- <version >${junit-engine.version} </version >
335
- </dependency >
336
- </dependencies >
337
342
</plugin >
338
343
<plugin >
339
344
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments