Author: simoneg
Date: Fri Apr  2 09:17:47 2010
New Revision: 930200

URL: http://svn.apache.org/viewvc?rev=930200&view=rev
Log:
Suport velocity in template raw zones

Modified:
    labs/magma/trunk/foundation-website/pom.xml

Modified: labs/magma/trunk/foundation-website/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/foundation-website/pom.xml?rev=930200&r1=930199&r2=930200&view=diff
==============================================================================
--- labs/magma/trunk/foundation-website/pom.xml (original)
+++ labs/magma/trunk/foundation-website/pom.xml Fri Apr  2 09:17:47 2010
@@ -86,6 +86,12 @@ limitations under the License.
       <artifactId>commons-io</artifactId>
       <version>1.3.2</version>
     </dependency>
+               <dependency>
+                       <groupId>org.apache.velocity</groupId>
+                       <artifactId>velocity</artifactId>
+                       <version>1.6.1</version>
+               </dependency>
+    
     <dependency>
                        <groupId>org.apache.magma.tools</groupId>
                        <artifactId>devtools-domain</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to