You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2010/06/28 20:47:07 UTC

svn commit: r958676 - /turbine/core/trunk/pom.xml

Author: tv
Date: Mon Jun 28 18:47:07 2010
New Revision: 958676

URL: http://svn.apache.org/viewvc?rev=958676&view=rev
Log:
Updated velocity dependency, added commons-io dependency

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=958676&r1=958675&r2=958676&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Mon Jun 28 18:47:07 2010
@@ -901,6 +901,12 @@
       </exclusions>      
     </dependency>
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
+      <type>jar</type>
+    </dependency>
+    <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
       <version>2.4</version>
@@ -1028,7 +1034,7 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.6.3</version>
+      <version>1.6.4</version>
       <type>jar</type>
     </dependency>
     <dependency>