Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 8e49a58

Browse files
author
Aleksi Salmela
committed
Add surefire plugin to pom.
1 parent 14c80f6 commit 8e49a58

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
@@ -85,6 +85,11 @@
8585

8686
<build>
8787
<plugins>
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-surefire-plugin</artifactId>
91+
<version>2.18.1</version>
92+
</plugin>
8893
<plugin>
8994
<groupId>org.apache.maven.plugins</groupId>
9095
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)