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

buhhunyx pushed a commit to branch saaj-impl
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6e6234abbb396b169fcff9b20ff947179b626d54
Author: Alexey Markevich <[email protected]>
AuthorDate: Tue Feb 4 16:36:13 2020 +0300

    use Import-Package
---
 core/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 2a1cb70..0906d48 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -39,6 +39,8 @@
             org.apache.cxf.*
         </cxf.osgi.export>
         <cxf.osgi.import>
+            com.sun.xml.messaging.saaj.soap;resolution:=optional,
+            com.sun.xml.internal.messaging.saaj.soap;resolution:=optional,
             com.ctc.wstx*;resolution:=optional,
             org.codehaus.stax2*;resolution:=optional,
             com.sun*;resolution:=optional,
@@ -65,8 +67,7 @@
             !sun.misc
         </cxf.osgi.import>
         <cxf.osgi.dynamic.import>
-            
org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*,
-            
com.sun.xml.messaging.saaj.soap,com.sun.xml.internal.messaging.saaj.soap
+            
org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*
         </cxf.osgi.dynamic.import>
         <!-- keep in sync with services exported in activator -->
         <cxf.export.service>

Reply via email to