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 73ab1e9  CAMEL-13098 - Camel-google-mail: Stream component doesn't 
work in OSGi
73ab1e9 is described below

commit 73ab1e9c540ade86692de7c8106e799c1c0fd3e8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 22 12:06:19 2019 +0100

    CAMEL-13098 - Camel-google-mail: Stream component doesn't work in OSGi
---
 components/camel-google-mail/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google-mail/pom.xml 
b/components/camel-google-mail/pom.xml
index f942ff8..d90fe62 100644
--- a/components/camel-google-mail/pom.xml
+++ b/components/camel-google-mail/pom.xml
@@ -38,7 +38,7 @@
     <componentPackage>org.apache.camel.component.google.mail</componentPackage>
     <outPackage>org.apache.camel.component.google.mail.internal</outPackage>
     
<camel.osgi.private.pkg>org.apache.camel.component.google.mail.internal</camel.osgi.private.pkg>
-    
<camel.osgi.export.pkg>org.apache.camel.component.google.mail</camel.osgi.export.pkg>
+    
<camel.osgi.export.pkg>org.apache.camel.component.google.mail,org.apache.camel.component.google.mail.stream</camel.osgi.export.pkg>
     <camel.osgi.export.service>
           org.apache.camel.spi.ComponentResolver;component=google-mail
     </camel.osgi.export.service>

Reply via email to