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 de0f70353 Add open package imports to camel-cxf-blueprint bundle. This 
fixes #638. (#650)
de0f70353 is described below

commit de0f70353d5bbecb67afb068dfc808dc328eca0b
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 21 09:46:16 2025 +0200

    Add open package imports to camel-cxf-blueprint bundle. This fixes #638. 
(#650)
---
 components/camel-cxf/camel-cxf-blueprint/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-cxf/camel-cxf-blueprint/pom.xml 
b/components/camel-cxf/camel-cxf-blueprint/pom.xml
index bf3067c11..bf8da2d06 100644
--- a/components/camel-cxf/camel-cxf-blueprint/pom.xml
+++ b/components/camel-cxf/camel-cxf-blueprint/pom.xml
@@ -47,7 +47,8 @@
             org.osgi.framework*,
             org.apache.aries.blueprint*,
             org.apache.cxf.*;version="${camel-osgi-cxf-version}",
-            org.slf4j
+            org.slf4j,
+            *
         </camel.osgi.import>
         
<camel.osgi.activator>org.apache.camel.component.cxf.blueprint.MainActivator</camel.osgi.activator>
         <camel.osgi.export.service>

Reply via email to