You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/08/31 10:14:50 UTC

[2/2] tomee git commit: Fixed incompatible version of woodstox-core-asl between cxf and wss4j.

Fixed incompatible version of woodstox-core-asl between cxf and wss4j.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4ea18ce5
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4ea18ce5
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4ea18ce5

Branch: refs/heads/master
Commit: 4ea18ce5963d3977159a0fbc1a332539a50e92f6
Parents: 6fd66e6
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Mon Aug 27 15:47:33 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Mon Aug 27 15:47:33 2018 +0100

----------------------------------------------------------------------
 server/openejb-cxf/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/4ea18ce5/server/openejb-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index c40c6bf..e796f69 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -33,7 +33,7 @@
   <name>OpenEJB :: Server :: CXF</name>
 
   <properties>
-    <wss4j.version>2.2.0</wss4j.version>
+    <wss4j.version>2.2.2</wss4j.version>
     <openejb.osgi.import.pkg>
       org.apache.xml.resolver*;resolution:=optional,
       *
@@ -77,6 +77,10 @@
           <artifactId>guava</artifactId>
           <groupId>com.google.guava</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.woodstox</groupId>
+          <artifactId>woodstox-core-asl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- Override the bcprov from the previous artifact -->