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 08:35:11 UTC

[camel] 03/10: CAMEL-12954 - Added 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 d631d3cec950d5ad92df5c258049d08d95e47cb3
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 4bbcc54..113049c 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1183,6 +1183,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>
@@ -2524,6 +2528,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 a882e5a..99d705f 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -304,6 +304,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-xmlbeans</include>
         <include>org.apache.camel:camel-xchange</include>
@@ -616,6 +617,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-xmlbeans-starter</include>
         <include>org.apache.camel:camel-xchange-starter</include>
diff --git a/parent/pom.xml b/parent/pom.xml
index b81fd1f..ea75281 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2276,6 +2276,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>