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 2017/02/17 12:15:32 UTC

[8/8] camel git commit: CAMEL-10825: add to kit

CAMEL-10825: add to kit


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

Branch: refs/heads/master
Commit: 9648b231dfbe315ccfc6a3f27e8bdb04aa7acee4
Parents: dbb27d0
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Feb 17 13:01:05 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Feb 17 13:01:05 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/9648b231/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 1300619..80ee8a7 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -698,6 +698,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-opentracing</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-optaplanner</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/9648b231/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 3850e70..dcfa86e 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -181,6 +181,7 @@
         <include>org.apache.camel:camel-olingo2</include>
         <include>org.apache.camel:camel-openshift</include>
         <include>org.apache.camel:camel-openstack</include>
+        <include>org.apache.camel:camel-opentracing</include>
         <include>org.apache.camel:camel-optaplanner</include>
         <include>org.apache.camel:camel-paho</include>
         <include>org.apache.camel:camel-paxlogging</include>