Skip to content

Commit b60f138

Browse files
committed
GP-64 configure maven surefire plugin to run JUnit 5 tests
1 parent f375ccd commit b60f138

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,14 @@
4848
<version>0.9.12</version>
4949
</dependency>
5050
</dependencies>
51+
52+
<build>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-surefire-plugin</artifactId>
57+
<version>2.22.2</version>
58+
</plugin>
59+
</plugins>
60+
</build>
5161
</project>

0 commit comments

Comments
 (0)