Skip to content

Commit

Permalink
fix problem with maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pz2 committed Feb 16, 2024
1 parent 57983d1 commit 11b0244
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>dev.logchange</groupId>
Expand Down

0 comments on commit 11b0244

Please sign in to comment.