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 e1df4c2e59e4c22a7f3a21cabf4212f6d6adb18f Author: Alexey Markevich <[email protected]> AuthorDate: Fri Jan 31 14:48:46 2020 +0300 Porting SAAJ 1.4 changes from WSS4J --- core/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 82da697..2a1cb70 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -65,7 +65,8 @@ !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.* + 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 </cxf.osgi.dynamic.import> <!-- keep in sync with services exported in activator --> <cxf.export.service>
