Skip to content

Commit

Permalink
pom: add surefireplugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zyberzebra committed Mar 23, 2024
1 parent bf85404 commit 407aa23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</dependency>


</dependencies>
<build>
Expand All @@ -54,6 +61,7 @@
<target>21</target>
</configuration>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 407aa23

Please sign in to comment.