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

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f944a80a9b5723cd8d09b81c0f55a0a30dcb3cd8
Author: jpoth <poth.j...@gmail.com>
AuthorDate: Wed Jun 12 19:00:50 2019 +0200

    Fix camel-cxf feature on JDK 11
---
 components/camel-cxf/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 96dc26d..f1a083b 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -34,6 +34,7 @@
     <description>Camel CXF support</description>
 
     <properties>
+        <camel.osgi.import.defaults/>
         <camel.osgi.import>
             !org.springframework.boot.*,
             !org.springframework.context.annotation.*;resolution:=optional,

Reply via email to