Skip to content

Commit

Permalink
Fix maven 3.9 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Aug 3, 2023
1 parent d7c9690 commit eb0ffff
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>min-requirement</id>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down Expand Up @@ -240,6 +240,13 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
Expand Down

1 comment on commit eb0ffff

@a347807131
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you ,buddy

Please sign in to comment.