This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 3.4.x-fixes
in repository
https://gitbox.apache.org/repos/asf/cxf.gitThe following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new 566ec8c [CXF-8403]stax2-api version conflict in cxf-rt-ws-security
566ec8c is described below
commit 566ec8c900adb8a4c6b8c61b11737d27a1f730d3
Author: Freeman Fang <
[hidden email]>
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)
---
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 c155d43..cacc75c 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>