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 2018/01/23 12:51:30 UTC

[camel] 02/05: CAMEL-12066 - Added xchange 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 9f62f57e75dc7f15485ee48ebd28a27083185f59
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 13:19:12 2018 +0100

    CAMEL-12066 - Added xchange component to kit
---
 apache-camel/src/main/descriptors/common-bin.xml |  2 ++
 parent/pom.xml                                   | 19 +++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 7a80a11..9a94540 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -289,6 +289,7 @@
         <include>org.apache.camel:camel-weather</include>
         <include>org.apache.camel:camel-websocket</include>
         <include>org.apache.camel:camel-xmlbeans</include>
+        <include>org.apache.camel:camel-xchange</include>
         <include>org.apache.camel:camel-xmljson</include>
         <include>org.apache.camel:camel-xmlrpc</include>
         <include>org.apache.camel:camel-xmlsecurity</include>
@@ -584,6 +585,7 @@
         <include>org.apache.camel:camel-weather-starter</include>
         <include>org.apache.camel:camel-websocket-starter</include>
         <include>org.apache.camel:camel-xmlbeans-starter</include>
+        <include>org.apache.camel:camel-xchange-starter</include>
         <include>org.apache.camel:camel-xmljson-starter</include>
         <include>org.apache.camel:camel-xmlrpc-starter</include>
         <include>org.apache.camel:camel-xmlsecurity-starter</include>
diff --git a/parent/pom.xml b/parent/pom.xml
index 533a59a..319e055 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2172,6 +2172,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-xchange</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-xmljson</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -3530,13 +3535,13 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.knowm.xchange</groupId>
-        <artifactId>xchange-core</artifactId>
-        <version>${xchange-version}</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-xmlbeans-starter</artifactId>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-xmlbeans-starter</artifactId>
+        <artifactId>camel-xchange-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
@@ -3698,6 +3703,12 @@
         <version>${fastjson-version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.knowm.xchange</groupId>
+        <artifactId>xchange-core</artifactId>
+        <version>${xchange-version}</version>
+      </dependency>
+
       <!-- abdera dependencies-->
       <dependency>
         <groupId>org.apache.abdera</groupId>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.