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

commit 2581a9a9dea60c61e31d115664c21a65d9c2df7c
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue May 7 15:21:59 2019 +0200

    [CAMEL-13177] Fix failure caused by the upgrade to maven-bundle-plugin 4.2.0
---
 components/camel-cmis/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-cmis/pom.xml b/components/camel-cmis/pom.xml
index 31f5cb5..2787e33 100644
--- a/components/camel-cmis/pom.xml
+++ b/components/camel-cmis/pom.xml
@@ -36,6 +36,9 @@
         <camel.osgi.activator>
             org.apache.camel.component.cmis.osgi.Activator
         </camel.osgi.activator>
+        <camel.osgi.import>
+            !org.apache.chemistry.opencmis.client.runtime,*
+        </camel.osgi.import>
     </properties>
 
     <dependencies>

Reply via email to