You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/01/07 10:28:40 UTC

svn commit: r1056226 - /camel/trunk/apache-camel/pom.xml

Author: ningjiang
Date: Fri Jan  7 09:28:40 2011
New Revision: 1056226

URL: http://svn.apache.org/viewvc?rev=1056226&view=rev
Log:
Added the dependency of camel-aws to apache-camel

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

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=1056226&r1=1056225&r2=1056226&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Fri Jan  7 09:28:40 2011
@@ -53,6 +53,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-aws</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-bam</artifactId>
     </dependency>
     <dependency>