doxia-module-fml is nowhere used directly, assuming it is used at runtime

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk@1733824 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 34c70ae..c0b1eee 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -42,7 +42,7 @@
       <artifactId>maven-artifact</artifactId>
       <version>3.0</version>
     </dependency>
-  
+
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
@@ -93,6 +93,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-fml</artifactId>
+      <scope>runtime</scope>
     </dependency>
 
     <!-- plexus -->