You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/29 15:31:36 UTC

[camel] 01/02: Added AWS-XRay component to kit

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ac5e04afbcae0172ac35b88a1a824e071cb0e864
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 29 15:57:52 2017 +0100

    Added AWS-XRay component to kit
---
 apache-camel/src/main/descriptors/common-bin.xml |  2 ++
 parent/pom.xml                                   | 10 ++++++++++
 2 files changed, 12 insertions(+)

diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index abb3f56..2eb3d3c 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -36,6 +36,7 @@
         <include>org.apache.camel:camel-atom</include>
         <include>org.apache.camel:camel-atomix</include>
         <include>org.apache.camel:camel-aws</include>
+        <include>org.apache.camel:camel-aws-xray</include>
         <include>org.apache.camel:camel-azure</include>
         <include>org.apache.camel:camel-avro</include>
         <include>org.apache.camel:camel-bam</include>
@@ -351,6 +352,7 @@
         <include>org.apache.camel:camel-atomix-starter</include>
         <include>org.apache.camel:camel-avro-starter</include>
         <include>org.apache.camel:camel-aws-starter</include>
+        <include>org.apache.camel:camel-aws-xray-starter</include>
         <include>org.apache.camel:camel-bam-starter</include>
         <include>org.apache.camel:camel-barcode-starter</include>
         <include>org.apache.camel:camel-base64-starter</include>
diff --git a/parent/pom.xml b/parent/pom.xml
index 949d904..1a88891 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -887,6 +887,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws-xray</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-azure</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2382,6 +2387,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws-xray-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-bam-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.