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/04/23 13:11:02 UTC

[camel] branch camel-2.x updated: CAMEL-12665 - Align to 2.x for OSGi metadata

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

acosentino pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 0146dd5  CAMEL-12665 - Align to 2.x for OSGi metadata
0146dd5 is described below

commit 0146dd57d3089307b4e35615e223cdde5f1f99ce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 23 15:08:26 2019 +0200

    CAMEL-12665 - Align to 2.x for OSGi metadata
---
 components/camel-pulsar/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml
index 7dd3e2f..b316343 100644
--- a/components/camel-pulsar/pom.xml
+++ b/components/camel-pulsar/pom.xml
@@ -32,8 +32,10 @@
     <name>Camel :: Pulsar</name>
     <description>Camel Apache Pulsar Component</description>
 
-    <properties>
-    </properties>
+   <properties>
+      <camel.osgi.export.pkg>org.apache.camel.component.pulsar.*</camel.osgi.export.pkg>
+      <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=pulsar</camel.osgi.export.service>
+   </properties>
 
     <dependencies>