Skip to content

Commit

Permalink
Merge pull request #124 from WolfgangHG/missing_dependencies
Browse files Browse the repository at this point in the history
Added missing plugin dependencies to root pom so that dependabot picks them
  • Loading branch information
jmesnil authored Jan 6, 2025
2 parents b042d45 + eb39171 commit 5040e39
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 5040e39

Please sign in to comment.