CAMEL-6638: Added camel-vertx to distro

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f67b2b92
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f67b2b92
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f67b2b92

Branch: refs/heads/master
Commit: f67b2b925fb316a6f0c5831810cd6bd0b5d92a5d
Parents: dfc5753
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Aug 15 10:11:32 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Aug 15 10:11:32 2013 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f67b2b92/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index d6100c5..769e132 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -600,6 +600,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-vertx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-weather</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/f67b2b92/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index 02036b2..06ef1aa 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -161,6 +161,7 @@
         <include>org.apache.camel:camel-twitter</include>
         <include>org.apache.camel:camel-urlrewrite</include>
         <include>org.apache.camel:camel-velocity</include>
+        <include>org.apache.camel:camel-vertx</include>
         <include>org.apache.camel:camel-weather</include>
         <include>org.apache.camel:camel-websocket</include>
         <include>org.apache.camel:camel-xmlbeans</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/f67b2b92/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9b111a9..cf6afa6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1180,6 +1180,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-vertx</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-weather</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to