Skip to content

Commit

Permalink
Remove maven-failsafe-plugin from pluginManagement (#486)
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 authored Jun 15, 2024
1 parent 15c7b2f commit 9aea69a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 9aea69a

Please sign in to comment.