Skip to content

Commit

Permalink
Remove maven-failsafe-plugin from pluginManagement
Browse files Browse the repository at this point in the history
maven-failsafe-plugin is managed via `io.dropwizard.modules:module-parent`.
  • Loading branch information
joschi committed Jun 15, 2024
1 parent 76e04a3 commit 1449081
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand Down

0 comments on commit 1449081

Please sign in to comment.