You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/01/30 18:06:23 UTC

[cxf-fediz] branch 1.4.x-fixes updated: Exclude newer woodstox version

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

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


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new a3f60ca  Exclude newer woodstox version
a3f60ca is described below

commit a3f60ca2bf63071e5e477caaff53dad5ccc3e140
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jan 30 18:06:10 2018 +0000

    Exclude newer woodstox version
---
 plugins/core/pom.xml | 10 ++++++++++
 pom.xml              |  1 +
 2 files changed, 11 insertions(+)

diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index f998b69..365839d 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -49,9 +49,19 @@
                     <groupId>org.bouncycastle</groupId>
                     <artifactId>bcprov-jdk15on</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.woodstox</groupId>
+                    <artifactId>woodstox-core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
+            <version>${woodstox.core.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>net.sf.ehcache</groupId>
             <artifactId>ehcache</artifactId>
             <version>${ehcache.version}</version>
diff --git a/pom.xml b/pom.xml
index 1745ea4..d576a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
         <spring.security.version>4.2.3.RELEASE</spring.security.version>
         <tomcat7.version>7.0.82</tomcat7.version>
         <tomcat8.version>8.5.23</tomcat8.version>
+        <woodstox.core.version>4.4.1</woodstox.core.version>
         <wss4j.version>2.1.12</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.