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:27 UTC

[camel] 04/15: CAMEL-12954 - Added component to kit

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 768ff9ddca2ef2548242f9aa22c0610c6a832ade
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 13 08:14:49 2018 +0100

    CAMEL-12954 - Added component to kit
---
 apache-camel/pom.xml                             | 9 +++++++++
 apache-camel/src/main/descriptors/common-bin.xml | 2 ++
 parent/pom.xml                                   | 5 +++++
 3 files changed, 16 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index c69602f..9423205 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1039,6 +1039,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-websocket-jsr356</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-wordpress</artifactId>
     </dependency>
     <dependency>
@@ -2223,6 +2227,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-websocket-jsr356-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-web3j-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 5b300f9..3f0a362 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -268,6 +268,7 @@
         <include>org.apache.camel:camel-weather</include>
         <include>org.apache.camel:camel-web3j</include>
         <include>org.apache.camel:camel-websocket</include>
+        <include>org.apache.camel:camel-websocket-jsr356</include>
         <include>org.apache.camel:camel-wordpress</include>
         <include>org.apache.camel:camel-xchange</include>
         <include>org.apache.camel:camel-xmlsecurity</include>
@@ -546,6 +547,7 @@
         <include>org.apache.camel:camel-weather-starter</include>
         <include>org.apache.camel:camel-web3j-starter</include>
         <include>org.apache.camel:camel-websocket-starter</include>
+        <include>org.apache.camel:camel-websocket-jsr356-starter</include>
         <include>org.apache.camel:camel-wordpress-starter</include>
         <include>org.apache.camel:camel-xchange-starter</include>
         <include>org.apache.camel:camel-xmlsecurity-starter</include>
diff --git a/parent/pom.xml b/parent/pom.xml
index 717cf99..4952ea1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2271,6 +2271,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-wordpress</artifactId>
         <version>${project.version}</version>
       </dependency>