Skip to content

Commit

Permalink
[pom] Bump plexus utils to 4.0.0 and add plexus xml 3.0.0 override
Browse files Browse the repository at this point in the history
moving plexus forwards which includes some maven 4 in plexus xml so maven provided a bridge for plexus xml 3.0.0 to avoid maven 4 apis and thus remain compatible to maven 3.
  • Loading branch information
hazendaz committed Sep 25, 2023
1 parent f2f32f4 commit fdfbd36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fdfbd36

Please sign in to comment.