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

[camel] 10/10: CAMEL-12954 - Added websocket-jsr354 SB starter to BOM

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 f18fe0675aa29960126180dedfe49e1ab62b06d2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 13 09:32:00 2018 +0100

    CAMEL-12954 - Added websocket-jsr354 SB starter to BOM
---
 bom/camel-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 5baba0d..bd72dfb 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2835,6 +2835,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-wordpress</artifactId>
         <version>${project.version}</version>
       </dependency>