You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/15 11:19:09 UTC

[2/3] camel git commit: Add camel-paho to kit

Add camel-paho to kit


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

Branch: refs/heads/master
Commit: e2bfd30769ddf4224e81aa867990d667bff432ba
Parents: d21b9b9
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Mar 15 11:17:40 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Mar 15 11:17:40 2015 +0100

----------------------------------------------------------------------
 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/e2bfd307/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 92d2e0a..f39f2d7 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -552,6 +552,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-paho</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-paxlogging</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/e2bfd307/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 7515fa8..f044822 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -150,6 +150,7 @@
         <include>org.apache.camel.component.olingo2:camel-olingo2</include>
         <include>org.apache.camel:camel-openshift</include>
         <include>org.apache.camel:camel-optaplanner</include>
+        <include>org.apache.camel:camel-paho</include>
         <include>org.apache.camel:camel-paxlogging</include>
         <include>org.apache.camel:camel-pgevent</include>
         <include>org.apache.camel:camel-printer</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/e2bfd307/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7bd2760..394684f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1217,6 +1217,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-paho</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-paxlogging</artifactId>
         <version>${project.version}</version>
       </dependency>