Skip to content

Commit 91e81a2

Browse files
committed
Move plexus-xml to the provided scope
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.
1 parent c83dfcb commit 91e81a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ under the License.
8181
<groupId>org.codehaus.plexus</groupId>
8282
<artifactId>plexus-xml</artifactId>
8383
<version>4.0.0</version>
84+
<scope>provided</scope>
8485
</dependency>
8586

8687
<!-- dependencies to annotations -->

0 commit comments

Comments
 (0)