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

jbonofre 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 39376cfe camel-http wrapper - integration test fix (#279)
39376cfe is described below

commit 39376cfe847398e37e1baf6e228bd5d25c45e278
Author: ozgurkisir-qlik <[email protected]>
AuthorDate: Thu May 9 07:54:36 2024 +0300

    camel-http wrapper - integration test fix (#279)
---
 features/src/main/feature/camel-features.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/features/src/main/feature/camel-features.xml 
b/features/src/main/feature/camel-features.xml
index 23548c9f..9021aedb 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -1128,10 +1128,12 @@
     <feature name='camel-http' version='${project.version}' start-level='50'>
         <feature version='${camel.osgi.version.range}'>camel-core</feature>
         <feature version='[5,6)'>http-client</feature>
+        <feature version="[6,7)">jakarta-servlet</feature>
         
<bundle>mvn:org.apache.camel.karaf/camel-attachments/${project.version}</bundle>
         
<bundle>mvn:org.apache.camel.karaf/camel-http-base/${project.version}</bundle>
         
<bundle>mvn:org.apache.camel.karaf/camel-http-common/${project.version}</bundle>
         
<bundle>mvn:org.apache.camel.karaf/camel-http/${project.version}</bundle>
+        <bundle 
dependency="true">wrap:mvn:org.apache.httpcomponents.core5/httpcore5-h2/${httpcore-version}</bundle>
     </feature>
     <feature name='camel-ical' version='${project.version}' start-level='50'>
         <feature version='${camel.osgi.version.range}'>camel-core</feature>

Reply via email to