You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/29 03:42:43 UTC

svn commit: r1378417 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: hboutemy
Date: Wed Aug 29 01:42:43 2012
New Revision: 1378417

URL: http://svn.apache.org/viewvc?rev=1378417&view=rev
Log:
add explicit Velocity version instead of implicitely using one taken from doxia-site-renderer and maven-reporting-exec dependencies

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1378417&r1=1378416&r2=1378417&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed Aug 29 01:42:43 2012
@@ -380,6 +380,11 @@ under the License.
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.5</version>
+    </dependency>
+    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
       <version>1.1.8</version>