This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new a00fdad [CXF-8403]stax2-api version conflict in cxf-rt-ws-security
a00fdad is described below
commit a00fdad5f7cb4d44344715d2facbcf02af7e5f81
Author: Freeman Fang <[email protected]>
AuthorDate: Wed Jan 6 16:48:55 2021 -0500
[CXF-8403]stax2-api version conflict in cxf-rt-ws-security
---
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 ea198e4..8051751 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>