Author: davsclaus
Date: Thu Jan 22 04:52:56 2009
New Revision: 736627

URL: http://svn.apache.org/viewvc?rev=736627&view=rev
Log:
CAMEL-1287: Damm there are many poms you need to add a new component. Also 
adding the missing mvel then.

Modified:
    camel/trunk/apache-camel/bundle/pom.xml

Modified: camel/trunk/apache-camel/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/apache-camel/bundle/pom.xml?rev=736627&r1=736626&r2=736627&view=diff
==============================================================================
--- camel/trunk/apache-camel/bundle/pom.xml (original)
+++ camel/trunk/apache-camel/bundle/pom.xml Thu Jan 22 04:52:56 2009
@@ -79,6 +79,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-freemarker</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-ftp</artifactId>
     </dependency>
     <dependency>
@@ -159,6 +163,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-mvel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-ognl</artifactId>
     </dependency>
     <dependency>


Reply via email to