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/04/16 16:20:43 UTC

[camel] branch master updated: Fix camel-soap osgi JDK11

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


The following commit(s) were added to refs/heads/master by this push:
     new c41bac1  Fix camel-soap osgi JDK11
c41bac1 is described below

commit c41bac117768a8a093e5d94362403b2d94feeeb5
Author: jpoth <po...@gmail.com>
AuthorDate: Tue Apr 16 18:19:53 2019 +0200

    Fix camel-soap osgi JDK11
---
 components/camel-soap/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 3e4ac83..083c514 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            javax.xml.ws;version="[0.0,3)",
+            javax.xml.ws*;version="[0.0,3)",
             javax.xml.soap*;version="[1.3,2)"
         </camel.osgi.import.before.defaults>
     </properties>