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/12/13 09:35:33 UTC

[camel] 10/15: CAMEL-12954 - Regen

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 546c65c12883f9dc4741264b957e6f8d14181a5d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 13 09:30:10 2018 +0100

    CAMEL-12954 - Regen
    
    Conflicts:
    	components/readme.adoc
---
 bom/camel-bom/pom.xml                                              | 5 +++++
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml          | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index d3055ba..e45f0e3 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2801,6 +2801,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-websocket-jsr356</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-websocket-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 574fd6c..b908bc6 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3026,6 +3026,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-websocket-jsr356</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-websocket-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -3484,7 +3489,7 @@
       <dependency>
         <groupId>org.knowm.xchange</groupId>
         <artifactId>xchange-core</artifactId>
-        <version>4.3.12</version>
+        <version>4.3.13</version>
       </dependency>
       <dependency>
         <groupId>org.mozilla</groupId>