Description: Add the missing dependency on plexus-utils
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -37,6 +37,11 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>debian</version>
+    </dependency>
   </dependencies>
 
   <build>
