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 2019/01/23 13:21:00 UTC

[camel] branch master updated: CAMEL-13002 - Added OSGi metadata for camel-seda

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


The following commit(s) were added to refs/heads/master by this push:
     new a75dada  CAMEL-13002 - Added OSGi metadata for camel-seda
a75dada is described below

commit a75dadaaac6cb7bb07b4019431c0dfdb4b135653
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 23 14:13:04 2019 +0100

    CAMEL-13002 - Added OSGi metadata for camel-seda
---
 components/camel-seda/pom.xml                            | 5 +++++
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/components/camel-seda/pom.xml b/components/camel-seda/pom.xml
index d2cbe7a..0a80509 100644
--- a/components/camel-seda/pom.xml
+++ b/components/camel-seda/pom.xml
@@ -34,6 +34,11 @@
   <description>Camel Seda component</description>
 
   <properties>
+    <camel.osgi.import>
+      ${camel.osgi.import.defaults},
+      *
+    </camel.osgi.import>
+    <camel.osgi.export.pkg>org.apache.camel.component.seda.*</camel.osgi.export.pkg>
     <!-- do not skip any tests by default -->
     <platform.skip.tests/>
   </properties>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index dcfec52..e70a010 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -58,6 +58,7 @@
     <bundle>mvn:org.apache.camel/camel-scheduler/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-stub/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-timer/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-seda/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-vm/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-management-impl/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-base/${project.version}</bundle>