You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2021/01/06 21:54:45 UTC

[cxf] branch 3.3.x-fixes updated: [CXF-8403]stax2-api version conflict in cxf-rt-ws-security

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

ffang pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new b38444a  [CXF-8403]stax2-api version conflict in cxf-rt-ws-security
b38444a is described below

commit b38444a39146266c3d558351fbefa885182440bb
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Wed Jan 6 16:48:55 2021 -0500

    [CXF-8403]stax2-api version conflict in cxf-rt-ws-security
    
    (cherry picked from commit a00fdad5f7cb4d44344715d2facbcf02af7e5f81)
    (cherry picked from commit 566ec8c900adb8a4c6b8c61b11737d27a1f730d3)
---
 rt/ws/security/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index 257be09..a7f16e8 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -109,6 +109,12 @@
         <dependency>
             <groupId>org.apache.wss4j</groupId>
             <artifactId>wss4j-policy</artifactId>
+            <exclusions>
+                 <exclusion>
+                     <groupId>org.codehaus.woodstox</groupId>
+                     <artifactId>woodstox-core-asl</artifactId>
+                 </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.wss4j</groupId>