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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new aeb6d2b1 CAMEL-18031: camel-karaf - Upgrade to 4.4.1
aeb6d2b1 is described below

commit aeb6d2b12d5ee536202e5daf3c0f532e59f25dae
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Sep 20 14:44:51 2022 +0200

    CAMEL-18031: camel-karaf - Upgrade to 4.4.1
---
 platforms/karaf/features/src/main/resources/features.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 471dbad9..0f98bfba 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2329,13 +2329,13 @@
     <bundle>mvn:org.apache.camel/camel-weather/${project.version}</bundle>
   </feature>
   <feature name='camel-websocket' version='${project.version}' 
start-level='50'>
-    <feature>jetty</feature>
+    <feature>pax-web-jetty-websockets</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax-servlet-api-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-websocket/${project.version}</bundle>
   </feature>
   <feature name='camel-websocket-jsr356' version='${project.version}' 
start-level='50'>
-    <feature>jetty</feature>
+    <feature>pax-web-jetty-websockets</feature>
     <feature version='${project.version}'>camel-core</feature>
     
<bundle>mvn:org.apache.camel/camel-websocket-jsr356/${project.version}</bundle>
   </feature>

Reply via email to