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 2020/09/01 07:35:04 UTC

[camel-karaf] 01/02: CAMEL-15492 - Camel-Karaf: Remove atmosphere-websocket feature

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-karaf.git

commit 5a4d6fc2ca81497ba4cc91cab702c7f7c065d77b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 09:16:08 2020 +0200

    CAMEL-15492 - Camel-Karaf: Remove atmosphere-websocket feature
---
 platforms/karaf/features/src/main/resources/features.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index a097723..dc10999 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -215,11 +215,6 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asterisk-java/${asterisk-java-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-asterisk/${project.version}</bundle>
   </feature>
-  <feature name='camel-atmosphere-websocket' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-servlet</feature>
-    <bundle dependency='true'>mvn:org.atmosphere/atmosphere-runtime/${atmosphere-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-atmosphere-websocket/${project.version}</bundle>
-  </feature>
   <feature name='camel-atom' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.sun.mail/jakarta.mail/${jakarta-mail-version}</bundle>