Author: dkulp
Date: Tue May  8 01:11:26 2012
New Revision: 1335318

URL: http://svn.apache.org/viewvc?rev=1335318&view=rev
Log:
Temporarily add threadsafe version of velocity until rr 1.3 is avail

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1335318&r1=1335317&r2=1335318&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Tue May  8 01:11:26 2012
@@ -367,6 +367,13 @@
              <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.2.1</version>
+          <dependencies>
+              <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity</artifactId>
+                <version>1.7</version>
+              </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to