You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/08/16 14:44:20 UTC

svn commit: r566690 - /maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml

Author: vsiveton
Date: Thu Aug 16 05:44:20 2007
New Revision: 566690

URL: http://svn.apache.org/viewvc?view=rev&rev=566690
Log:
o added plexus-utils as dependency to prevent java.lang.NoClassDefFoundError: org/codehaus/plexus/util/xml/XmlStreamReader

Modified:
    maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml?view=diff&rev=566690&r1=566689&r2=566690
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml Thu Aug 16 05:44:20 2007
@@ -51,5 +51,9 @@
       <artifactId>doxia-book</artifactId>
       <version>1.0-alpha-1-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
   </dependencies>
 </project>