You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/01/28 08:07:59 UTC

[camel] branch master updated: Fix camel-jms which should not export o.a.c.util

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

gnodet 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 32cadd7  Fix camel-jms which should not export o.a.c.util
32cadd7 is described below

commit 32cadd7a989798e928b8c6fa41622e2e97ac503b
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Jan 28 09:07:26 2019 +0100

    Fix camel-jms which should not export o.a.c.util
---
 components/camel-jms/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index e35237f..31b0bfb 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -33,6 +33,7 @@
   <description>Camel JMS support</description>
 
   <properties>
+    <camel.osgi.export.pkg>org.apache.camel.component.jms*</camel.osgi.export.pkg>
     <camel.osgi.import.additional>javax.jms;version="[1.1,3)"</camel.osgi.import.additional>
   </properties>