Author: dennisl
Date: Sun Sep 30 05:28:17 2007
New Revision: 580709
URL: http://svn.apache.org/viewvc?rev=580709&view=rev
Log:
o Add used undeclared dependencies.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=580709&r1=580708&r2=580709&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Sun Sep 30
05:28:17 2007
@@ -64,4 +64,14 @@
</plugin>
</plugins>
</build>
+ <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>