You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/04/15 14:50:49 UTC

[ws-wss4j] branch master updated: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0 (#3)

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new d570c98  [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0 (#3)
d570c98 is described below

commit d570c985edcdd75a217bce6854208f8d9ee95873
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Apr 15 17:50:43 2020 +0300

    [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0 (#3)
    
    * [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
    
    * use Import-Package
---
 ws-security-dom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ws-security-dom/pom.xml b/ws-security-dom/pom.xml
index a88628c..de7ae2e 100644
--- a/ws-security-dom/pom.xml
+++ b/ws-security-dom/pom.xml
@@ -32,6 +32,11 @@
         <wss4j.osgi.dynamic.import>
             org.bouncycastle.jce.provider
         </wss4j.osgi.dynamic.import>
+        <wss4j.osgi.import>
+            com.sun.xml.messaging.saaj.soap;resolution:=optional,
+            com.sun.xml.internal.messaging.saaj.soap;resolution:=optional,
+            *
+        </wss4j.osgi.import>
         <wss4j.module.name>org.apache.wss4j.dom</wss4j.module.name>
     </properties>