Skip to content

Commit

Permalink
Add surefire maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed May 10, 2024
1 parent ef514c6 commit 23904a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
<version>3.1.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
Expand Down

0 comments on commit 23904a1

Please sign in to comment.