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/12/24 23:05:18 UTC

[camel] branch camel-2.x updated: CAMEL-14333: Camel Jgroups Component doesn't export org.apache.camel.component.jgroups.cluster

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 e29478e  CAMEL-14333: Camel Jgroups Component doesn't export org.apache.camel.component.jgroups.cluster
     new 943ad14  Merge pull request #3445 from luigidemasi/CAMEL-14333
e29478e is described below

commit e29478e8b95788614535518089d985540c649d91
Author: Luigi De Masi <ld...@redhat.com>
AuthorDate: Tue Dec 24 20:19:24 2019 +0100

    CAMEL-14333: Camel Jgroups Component doesn't export org.apache.camel.component.jgroups.cluster
---
 components/camel-jgroups/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml
index 3cf9ba5..975c744 100644
--- a/components/camel-jgroups/pom.xml
+++ b/components/camel-jgroups/pom.xml
@@ -32,7 +32,7 @@
     <description>Camel JGroups support</description>
 
     <properties>
-        <camel.osgi.export.pkg>org.apache.camel.component.jgroups</camel.osgi.export.pkg>
+        <camel.osgi.export.pkg>org.apache.camel.component.jgroups,org.apache.camel.component.jgroups.cluster</camel.osgi.export.pkg>
         <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=jgroups</camel.osgi.export.service>
     </properties>