You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/06/12 17:01:57 UTC

[camel] 02/02: Fix camel-cxf feature on JDK 11

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 <po...@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,