Author: davsclaus
Date: Wed Jan 21 21:44:55 2009
New Revision: 736570

URL: http://svn.apache.org/viewvc?rev=736570&view=rev
Log:
CAMEL-1031: Added mvel to the poms

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    camel/trunk/components/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=736570&r1=736569&r2=736570&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Wed Jan 21 21:44:55 2009
@@ -173,6 +173,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>

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=736570&r1=736569&r2=736570&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Wed Jan 21 
21:44:55 2009
@@ -71,6 +71,7 @@
         <include>org.apache.camel:camel-mail</include>
         <include>org.apache.camel:camel-mina</include>
         <include>org.apache.camel:camel-msv</include>
+        <include>org.apache.camel:camel-mvel</include>
         <include>org.apache.camel:camel-ognl</include>
         <include>org.apache.camel:camel-osgi</include>
         <include>org.apache.camel:camel-quartz</include>

Modified: camel/trunk/components/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=736570&r1=736569&r2=736570&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Wed Jan 21 21:44:55 2009
@@ -67,6 +67,7 @@
     <module>camel-mail</module>
     <module>camel-mina</module>
     <module>camel-msv</module>
+    <module>camel-mvel</module>
     <module>camel-ognl</module>
     <module>camel-osgi</module>
     <module>camel-quartz</module>

Modified: camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=736570&r1=736569&r2=736570&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Jan 21 21:44:55 2009
@@ -332,6 +332,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mvel</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-ognl</artifactId>
         <version>${project.version}</version>
       </dependency>


Reply via email to