Author: dennisl
Date: Sun Sep 30 05:43:06 2007
New Revision: 580713
URL: http://svn.apache.org/viewvc?rev=580713&view=rev
Log:
o Add used undeclared dependencies.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml?rev=580713&r1=580712&r2=580713&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml Sun Sep 30
05:43:06 2007
@@ -29,4 +29,14 @@
<artifactId>doxia-module-xhtml</artifactId>
<name>Doxia :: XHTML Module</name>
<description>A Doxia module for Xhtml source documents.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-sink-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ </dependencies>
</project>