Skip to content

Commit 15732c1

Browse files
committed
Ensure that JUnit5 tests are executed correctly
1 parent f43db9f commit 15732c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
<artifactId>maven-javadoc-plugin</artifactId>
117117
<version>3.5.0</version>
118118
</plugin>
119+
<plugin>
120+
<groupId>org.apache.maven.plugins</groupId>
121+
<artifactId>maven-surefire-plugin</artifactId>
122+
<version>3.0.0</version>
123+
</plugin>
119124
</plugins>
120125
</pluginManagement>
121126

0 commit comments

Comments
 (0)