Skip to content

Commit

Permalink
Remove maven-failsafe-plugin from pluginManagement (#484)
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 8d7d65f commit ee7d230
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 @@ -146,11 +146,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 ee7d230

Please sign in to comment.