Skip to content

Commit

Permalink
Move plexus-xml to the provided scope
Browse files Browse the repository at this point in the history
This causes an error during the plugin descriptor generation/validation.
Both maven 3 and 4 provide export these classes, so the plexus-xml artifact itself should be flagged as provided.
  • Loading branch information
gnodet committed Jun 14, 2023
1 parent c83dfcb commit 91e81a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>

<!-- dependencies to annotations -->
Expand Down

0 comments on commit 91e81a2

Please sign in to comment.