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


The following commit(s) were added to refs/heads/main by this push:
     new 336ab5f41f3 OSGi features fixes
336ab5f41f3 is described below

commit 336ab5f41f3935a034c8785a7b28274df2600de3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jun 30 07:32:44 2022 +0200

    OSGi features fixes
---
 components/camel-kubernetes/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-kubernetes/pom.xml 
b/components/camel-kubernetes/pom.xml
index 0bf54b52e92..6e73bfa41ce 100644
--- a/components/camel-kubernetes/pom.xml
+++ b/components/camel-kubernetes/pom.xml
@@ -32,6 +32,10 @@
     <name>Camel :: Kubernetes</name>
 
     <properties>
+        <camel.osgi.export.pkg>
+            org.apache.camel.component.kubernetes*,
+            org.apache.camel.component.openshift*
+        </camel.osgi.export.pkg>
     </properties>
 
     <dependencyManagement>

Reply via email to