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 2017/11/15 06:31:08 UTC

[cxf] branch master updated: [CXF-7565]Verification of feature cxf-ws-security failure

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 35e567b  [CXF-7565]Verification of feature cxf-ws-security failure
35e567b is described below

commit 35e567b2cedbc87bef1cc4974cfff606a16ce01c
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Wed Nov 15 14:30:55 2017 +0800

    [CXF-7565]Verification of feature cxf-ws-security failure
---
 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 2389d7c..0410921 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -92,6 +92,12 @@
         <dependency>
             <groupId>org.apache.wss4j</groupId>
             <artifactId>wss4j-ws-security-dom</artifactId>
+            <exclusions>
+                 <exclusion>
+                     <groupId>org.codehaus.woodstox</groupId>
+                     <artifactId>woodstox-core-asl</artifactId>
+                 </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.wss4j</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].