Author: gertv
Date: Fri Jul  4 07:46:03 2008
New Revision: 674071

URL: http://svn.apache.org/viewvc?rev=674071&view=rev
Log:
SMX4-49: Adding camel-http to the features

Modified:
    servicemix/smx4/features/trunk/camel/camel-features/pom.xml

Modified: servicemix/smx4/features/trunk/camel/camel-features/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/pom.xml?rev=674071&r1=674070&r2=674071&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/camel-features/pom.xml Fri Jul  4 
07:46:03 2008
@@ -75,6 +75,25 @@
      </dependency>
      <dependency>
        <groupId>org.apache.camel</groupId>
+       <artifactId>camel-http</artifactId>
+       <version>${camel.version}</version>
+       <exclusions>
+         <exclusion>
+           <groupId>commons-logging</groupId>
+           <artifactId>commons-logging-api</artifactId>
+         </exclusion>
+         <exclusion>
+           <groupId>commons-logging</groupId>
+           <artifactId>commons-logging</artifactId>
+         </exclusion>
+         <exclusion>
+           <groupId>org.apache.geronimo.specs</groupId>
+           <artifactId>geronimo-servlet_2.4_spec</artifactId>
+         </exclusion>
+       </exclusions>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.camel</groupId>
        <artifactId>camel-ftp</artifactId>
        <version>${camel.version}</version>
        <exclusions>


Reply via email to