Skip to content

Commit cdb15fd

Browse files
Add surefire plugin
1 parent 59411b5 commit cdb15fd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,12 @@
2727
<scope>test</scope>
2828
</dependency>
2929
</dependencies>
30-
31-
</project>
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<artifactId>maven-surefire-plugin</artifactId>
34+
<version>3.2.5</version>
35+
</plugin>
36+
</plugins>
37+
</build>
38+
</project>

0 commit comments

Comments
 (0)