Skip to content

Commit 991ea20

Browse files
committed
Update settings for maven-surefire-plugin
Fixes gh-322
1 parent cc9306a commit 991ea20

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,18 @@
165165
<version>${junit-engine.version}</version>
166166
<scope>test</scope>
167167
</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>
168180

169181
<dependency>
170182
<groupId>org.jboss.byteman</groupId>
@@ -327,13 +339,6 @@
327339
</property>
328340
</systemProperties>
329341
</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>
337342
</plugin>
338343
<plugin>
339344
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)