Skip to content

Commit

Permalink
Added missing plugin dependencies to root pom so that dependabot upda…
Browse files Browse the repository at this point in the history
…tes them
  • Loading branch information
WolfgangHG committed Dec 17, 2024
1 parent c73bbb3 commit eb39171
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.failsafe.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
Expand All @@ -112,6 +117,11 @@
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${version.antrun.plugin}</version>
</plugin>
<!--Workaround: downgrade maven-archetype-plugin to 3.1.2, as 3.2.1 from jboss-parent 40 prints a warning when creating a project from this archetype.
For details see https://github.com/wildfly/wildfly-archetypes/issues/51 -->
<plugin>
Expand Down

0 comments on commit eb39171

Please sign in to comment.