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 06:54:41 UTC

[ws-wss4j] branch WSS-632 updated: Adding StAX OSGi import - thanks to Alexey Markevich for the suggestion.

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

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


The following commit(s) were added to refs/heads/WSS-632 by this push:
     new e7a3860  Adding StAX OSGi import - thanks to Alexey Markevich for the suggestion.
e7a3860 is described below

commit e7a386065739aabacdc5a324b22ee3ff7cc6d913
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Apr 15 07:54:11 2020 +0100

    Adding StAX OSGi import - thanks to Alexey Markevich for the suggestion.
---
 ws-security-stax/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ws-security-stax/pom.xml b/ws-security-stax/pom.xml
index 2a0508a..c7ceccc 100644
--- a/ws-security-stax/pom.xml
+++ b/ws-security-stax/pom.xml
@@ -31,6 +31,7 @@
 
     <properties>
         <wss4j.module.name>org.apache.wss4j.stax</wss4j.module.name>
+        <wss4j.osgi.import>javax.xml.bind*;version=!</wss4j.osgi.import>
     </properties>
 
     <dependencies>