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/22 10:35:50 UTC

[camel] branch master updated: CAMEL-13097 - Camel-google-calendar: Stream component doesn't work in OSGi

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 f8a0018  CAMEL-13097 - Camel-google-calendar: Stream component doesn't work in OSGi
f8a0018 is described below

commit f8a00181f6577be11ef23be4bdcb1f41a7e3756e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 22 11:23:53 2019 +0100

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

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