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.
diff --git a/pom.xml b/pom.xml
index 43c1964..071907f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
       <version>4.0.0</version>
+      <scope>provided</scope>
     </dependency>
 
     <!-- dependencies to annotations -->