Skip to content

Commit

Permalink
[MENFORCER-498] Update parent pom to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 12, 2024
1 parent f210877 commit e67cd46
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40</version>
<version>41</version>
<relativePath />
</parent>
<groupId>org.apache.maven.enforcer</groupId>
Expand Down Expand Up @@ -86,7 +86,6 @@
<aether.version>1.0.0.v20140518</aether.version>

<!-- plugins used in IT, not defined in parent -->
<version.maven-checkstyle-plugin>3.3.0</version.maven-checkstyle-plugin>
<version.maven-pmd-plugin>3.21.0</version.maven-pmd-plugin>
<version.maven-wrapper-plugin>3.2.0</version.maven-wrapper-plugin>
</properties>
Expand Down Expand Up @@ -201,16 +200,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>

<!-- test dependencies -->
<dependency>
Expand Down

0 comments on commit e67cd46

Please sign in to comment.