You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/03/06 19:44:42 UTC

svn commit: r1733824 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml

Author: michaelo
Date: Sun Mar  6 18:44:42 2016
New Revision: 1733824

URL: http://svn.apache.org/viewvc?rev=1733824&view=rev
Log:
doxia-module-fml is nowhere used directly, assuming it is used at runtime

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=1733824&r1=1733823&r2=1733824&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Sun Mar  6 18:44:42 2016
@@ -42,7 +42,7 @@ under the License.
       <artifactId>maven-artifact</artifactId>
       <version>3.0</version>
     </dependency>
-  
+
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
@@ -93,6 +93,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-fml</artifactId>
+      <scope>runtime</scope>
     </dependency>
 
     <!-- plexus -->